随笔分类 - cf
摘要:A: http://codeforces.com/contest/1157/problem/A 题意:每次加到10的整数倍之后,去掉后面的0,问最多有多少种可能。 1 #include <iostream> 2 #include <algorithm> 3 #include <vector> 4 #
阅读全文
摘要:A. Sea Battle time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output In order to make the "Sea B
阅读全文
摘要:A. Salem and Sticks time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Salem and Sticks t
阅读全文