Time Limit:5000MS Memory Limit:131072KB
64bit IO Format:%lld & %llu
Submit
Status
Practice
CSU 1527
Description
Input
Output
Sample Input...
分类:
其他好文 时间:
2015-03-19 22:05:33
阅读次数:
103
Problem F: 我是好人
Description
众所周知,我是好人!
所以不会出太难的题,题意很简单 给你两个数n和m,问你有多少对正整数对最大公约数是n,最小公倍数是m
最后友情提供解题代码(我真是太好人了)
void solve()
{
long long n, m;
scanf("%lld%lld", &n, &m)...
分类:
其他好文 时间:
2015-03-19 16:20:54
阅读次数:
120
Power of MatrixTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 11149Appoint description:DescriptionProblem B : Pow...
分类:
其他好文 时间:
2015-03-18 21:44:52
阅读次数:
171
队列优化DP
Equator
Time Limit: 5000MS
Memory Limit: 131072KB
64bit IO Format: %lld & %llu
Submit Status
Description
Input
Outp...
分类:
其他好文 时间:
2015-03-17 23:48:42
阅读次数:
510
Description
众所周知,我是好人!所以不会出太难的题,题意很简单 给你两个数n和m,问你有多少对正整数对最大公约数是n,最小公倍数是m最后友情提供解题代码(我真是太好人了)void solve(){long long n, m;scanf(“%lld%lld”, &n, &m);int ans = 0;for (long long i = 1; i <= m; i++){ for (l...
分类:
其他好文 时间:
2015-03-16 23:11:28
阅读次数:
195
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
You are in charge of setting up the press room for the inaugural meeting...
分类:
其他好文 时间:
2015-03-16 21:22:49
阅读次数:
232
H. Star Trek: First ContactTime Limit: 1000msMemory Limit: 65536KB64-bit integer IO format:%lld Java class name:MainSubmitStatusPID: 44583星舰进取号(NCC-17...
分类:
其他好文 时间:
2015-03-15 22:44:12
阅读次数:
206
UVA - 147
Dollars
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
New Zealand currency consists of $100, $50,...
分类:
其他好文 时间:
2015-03-15 18:28:11
阅读次数:
268
C. Monty Hall problem
Time Limit: 1000ms
Memory Limit: 65536KB
64-bit integer IO format: %lld Java class name:
Main
Submit
Status
PID: 44578
蒙提霍尔问题,亦称为蒙特霍问题或三门问题(Monty Hall p...
分类:
其他好文 时间:
2015-03-15 13:56:37
阅读次数:
160
Going HomeTime Limit: 1000msMemory Limit: 65536KBThis problem will be judged on PKU. Original ID: 2195 64-bit integer IO format: %lld Ja...
分类:
其他好文 时间:
2015-03-14 22:54:47
阅读次数:
158