码迷,mamicode.com
首页 >  
搜索关键字:lld    ( 3245个结果
csu1527: Bounty Hunter
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
GDUT决赛 我是好人
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 Matrix(uva11149+矩阵快速幂)
Power of MatrixTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 11149Appoint description:DescriptionProblem B : Pow...
分类:其他好文   时间:2015-03-18 21:44:52    阅读次数:171
CSU 1529 Equator DP
队列优化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
UVA - 753 A Plug for UNIX
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
BNU44583——Star Trek: First Contact——————【01背包】
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 (集合上的动态规划)
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
POJ 2195 Going Home
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!