随笔分类 -  cf

摘要:A: http://codeforces.com/contest/1157/problem/A 题意:每次加到10的整数倍之后,去掉后面的0,问最多有多少种可能。 1 #include <iostream> 2 #include <algorithm> 3 #include <vector> 4 # 阅读全文
posted @ 2019-04-27 11:39 多一份不为什么的坚持 阅读(196) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2019-02-23 21:26 多一份不为什么的坚持 阅读(396) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2019-01-22 09:11 多一份不为什么的坚持 阅读(349) 评论(0) 推荐(0)