
Water
文章平均质量分 85
wintermelon27
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Light OJ 1008- Fibsieve`s Fantabulous Birthday
直接模拟: #include #include using namespace std; int main() { int t; scanf("%d",&t); for(int ca=1;ca<=t;ca++) { long long n,x,r,c; scanf("%lld",&n); printf("Case %d: ",ca); x=sqrt(n);原创 2014-04-23 02:40:49 · 981 阅读 · 0 评论 -
ZOJ 3712 Hard to Play
Hard to Play Time Limit: 2 Seconds Memory Limit: 65536 KB MightyHorse is playing a music game called osu!. After playing for several months, MightyHorse discovered the way of calcu原创 2014-04-25 01:59:48 · 983 阅读 · 0 评论 -
UVA 11462 Age Sort
Root 11462 - Age Sort Time limit: 5.000 seconds原创 2014-06-28 23:18:18 · 524 阅读 · 0 评论