摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=4112纯粹的数学处理,没有数学知识基本上就没辙了。。具体代码:View Code #include<cstdio>#include<cmath>int main(){ __int64 n,m,k,t,cas=0; scanf("%I64d",&t); while(t--) { scanf("%I64d%I64d%I64d",&n,&m,&k); printf("Case #%I64d: %I64d %I6 阅读全文
posted @ 2012-10-20 17:40
tim11
阅读(172)
评论(0)
推荐(0)
2012年10月20日