问题 C: Repeat Number
时间限制: 1 Sec 内存限制: 128 MB
提交: 23 解决: 7
[提交][状态][论坛]
题目描述
Definition: a+b = c, if all the digits of c are same ( c is more than ten),then we call a and b are Repeat Number. My...
分类:
其他好文 时间:
2014-05-26 04:03:34
阅读次数:
228
首先,这个不是错误,是warning。 方法1:服务器配置修改
(Apache服务器中的php.ini配置文件) 修改php.ini配置文件,error_reporting = E_ALL &
~E_NOTICE方法2:对变量进行初始化,规范书写(比较烦琐,因为有大量的变量)。方法3:每个文件头.....
分类:
其他好文 时间:
2014-05-26 01:47:12
阅读次数:
333
以前写的代码//// main.c// cTest//// Created by Zizhu on
13-10-8.// Copyright (c) 2013年 Zizhu. All rights reserved.//#include #define N
(10)void quickSor...
分类:
编程语言 时间:
2014-05-26 01:27:07
阅读次数:
340
视频地址:http://v.youku.com/v_show/id_XNzE2Mzk3MjI4.html
分类:
移动开发 时间:
2014-05-26 01:03:37
阅读次数:
290
##报错来源分析 由于hibernate-entitymanager 需要jboss logging
。由于或多或少的原因导致 maven无法下载相关的jar文件。##解决办法: 访问 http://search.maven.org
搜索jboss-logging 点击all, 找到相...
分类:
其他好文 时间:
2014-05-25 23:23:26
阅读次数:
401
首先是show.tpl文件的内容,该文件放置在templates文件夹下
smarty的用例
smarty的用例
*****取字符串*****
*****取整数*****
*****取小数*****
*****取布尔值*****
*****取索引数组*****
数组元素一->
数组元素二->
数组元素三->
*****取关联数组*****
数组元素一->
数组元素二->
数组...
分类:
其他好文 时间:
2014-05-25 16:38:50
阅读次数:
232
Kitahara Haruki has bought n apples for Touma Kazusa and Ogiso Setsuna. Now he wants to divide all the apples between the friends.
Each apple weights 100 grams or 200 grams. Of course Kitahara Haru...
分类:
其他好文 时间:
2014-05-25 09:01:36
阅读次数:
174
题目:
Given an array S of n integers, are there elements a, b, c in S such that a + b + c =
0? Find all unique
triplets in the array which gives the sum of zero.
Note:
Elements...
分类:
其他好文 时间:
2014-05-25 00:39:37
阅读次数:
343
【题目】
Given an array of strings, return all groups of strings that are anagrams.
Note: All inputs will be in lower-case.
For example:
Input: ["tea","and","ate","eat","den"]
Output: ["tea","ate","eat"]
【题意】
anagrams指的是颠倒字母顺序构成的单词,以tea为例,则与它an...
分类:
其他好文 时间:
2014-05-24 18:36:01
阅读次数:
317
Palindrome Partitioning
Given a string s, partition s such that every substring of the partition is a palindrome.
Return all possible palindrome partitioning of s.
For example, given s = "...
分类:
其他好文 时间:
2014-05-24 14:29:45
阅读次数:
222