摘要:
Balanced Lineup Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 53629 Accepted: 25223 Case Time Limit: 2000MS Description For the daily mil 阅读全文
摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=3294 Girls' research Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)Total S 阅读全文
摘要:
最长回文 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 5158 Accepted Submission(s): 1755 Problem D 阅读全文
摘要:
字符串有些是对称的,有些是不对称的,请将那些对称的字符串按从小到大的顺序输出。字符串先以长度论大小,如果长度相同,再按ASCII码值为排序标准. 输入样例 123321 123454321 123 321 sdfsdfd 121212 \\dd\\ 输出样例 123321 \\dd\\ 123454 阅读全文
摘要:
一、判断是否是字母,以及大小写转换 isalpha() 判断是否是字母; isupper()判断是否是大写字母; islower()判断是否是小写字母; tolower()大写转换成小写; toupper()小写转换成大写; ps: 凡是判断成立返回1,反之返回0。 二 、反转函数reverse 三 阅读全文
摘要:
将01串首先按长度排序,长度相同时,按1的个数多少进行排序,1的个数相同时按ASCII码排序 输入样例 10011111 00001101 1010101 1 0 1100 输出样例 0 1 1100 1010101 00001101 10011111 multiset集合的应用 阅读全文
摘要:
题目内容:找出输入数据中所有两两相乘的积为12!的对数。 输入描述:输入数据中含有一些整数n(1<=n<232)。 输出描述:输出所有两两相乘的积为12!的对数。 输入样例 1 10000 159667200 9696 38373635 1000000 479001600 3 1 479001600 阅读全文
摘要:
http://codeforces.com/problemset/problem/230/B B. T-primes time limit per test 2 seconds memory limit per test 256 megabytes input standard input outp 阅读全文
摘要:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2723 Prime Number Definition An integer greater than one is called a prime number if its 阅读全文
摘要:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2829 Mike is very lucky, as he has two beautiful numbers, 3 and 5. But he is so greedy th 阅读全文