Making the GradeTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:366664-bit integer IO format:%lld Java class nam...
分类:
其他好文 时间:
2015-05-03 17:15:29
阅读次数:
120
D -Beauty of ArrayTime Limit:2000MSMemory Limit:65536KB64bit IO Format:%lld & %lluSubmitStatusPracticeZOJ 3872Appoint description:DescriptionEdward ha...
分类:
其他好文 时间:
2015-05-03 11:52:11
阅读次数:
124
B - Team Formation Time Limit:3000MS Memory Limit:131072KB 64bit IO Format:%lld & %lluSubmit Status Practice ZOJ 3870DescriptionFor an upcoming progra...
分类:
其他好文 时间:
2015-05-02 23:16:21
阅读次数:
177
__int64 num;scanf("%I64d", &num);printf("%I64d\n", num);long long num;scanf("%lld", &num);printf("%lld\n", num);
分类:
其他好文 时间:
2015-05-02 15:04:19
阅读次数:
88
GroupingTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:379564-bit integer IO format:%lld Java class name:MainSu...
分类:
其他好文 时间:
2015-05-02 11:05:39
阅读次数:
108
The Counting Problem
Time Limit:3000MS
Memory Limit:Unknown
64bit IO Format:%lld & %llu
SubmitStatus
Description
Given two integers a and
b, we write the numbers ...
分类:
其他好文 时间:
2015-05-01 17:29:56
阅读次数:
309
Chores
Time Limit: 3000ms
Memory Limit: 30000KB
64-bit integer IO format: %lld Java class name:
Main
Prev
Submit
Status
Statistics
Discuss
Next
Type:
None...
分类:
其他好文 时间:
2015-04-30 18:22:15
阅读次数:
104
第一排第i个点和第二排第j个点相连,在这条线段上会产生(a-i)*(j-1)个交点,
以此类推,推公式即可。
#include
#define ll long long
ll a,b;
int cas=1;
int main()
{
while(~scanf("%d%d",&a,&b)&&(a||b))
printf("Case %d: %lld\n",cas+...
分类:
其他好文 时间:
2015-04-29 23:35:18
阅读次数:
310
------Java培训、Android培训、iOS培训、.Net培训、期待与您交流! -------知识点①:输出、输入函数格式化占位符和格式修饰符的使用 %c一个字符 %d十进制整数%ld:长整型%lld:longlongint%hd:shortint%i十进制整数 %o八进制整数 %x...
分类:
编程语言 时间:
2015-04-29 21:21:05
阅读次数:
157
Another LCISTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged onUESTC. Original ID:142564-bit integer IO format:%lld Java class name:...
分类:
其他好文 时间:
2015-04-29 18:57:19
阅读次数:
191