CF考古活动
摘要:
Codeforces Beta Round #1 http://codeforces.com/contest/1 A.测试用水题,呵呵。给三个数nma,求ceil(n/a)*ceil(m/a)。 长整型。 1 #include <iostream> 2 #include <bits/stdc++.h 阅读全文
posted @ 2018-05-25 19:14 Best_Efforts 阅读(123) 评论(0) 推荐(0) 编辑