文章分类 -  CF刷题记录

摘要:本来都是挺简单的题,D和E都做过类似的题目,但是发挥还是不太理想 怎么说呢 感觉还是熟能生巧吧 希望自己能在寒假的比赛中有一个稳定的发挥吧 菜是原罪 A. Splitting into digits 1 #include <iostream> 2 #include <cstdio> 3 using 阅读全文
posted @ 2019-01-28 10:26 2018szb 阅读(93) 评论(0) 推荐(0)
摘要:占坑 阅读全文
posted @ 2018-10-13 18:05 2018szb 阅读(62) 评论(0) 推荐(0)
摘要:To be written.. 阅读全文
posted @ 2018-10-06 11:09 2018szb 阅读(64) 评论(0) 推荐(0)
摘要:To be written.. 阅读全文
posted @ 2018-10-06 11:08 2018szb 阅读(51) 评论(0) 推荐(0)
摘要:A.In Search of an Easy Problem 1 #include <iostream> 2 #include <cstdio> 3 using namespace std; 4 const int N=110; 5 int n; int a[N]; 6 bool judge() { 阅读全文
posted @ 2018-10-02 07:44 2018szb 阅读(97) 评论(0) 推荐(0)
摘要:A.Little C Loves 3 I 1 #include <iostream> 2 #include <cstdio> 3 using namespace std; 4 int n,a,b,c; 5 int main() { 6 scanf("%d",&n); 7 if (n%3==0) a= 阅读全文
posted @ 2018-09-22 08:55 2018szb 阅读(109) 评论(0) 推荐(0)
摘要:A.Heist 1 #include <iostream> 2 #include <cstdio> 3 #include <algorithm> 4 using namespace std; 5 const int N=1010; 6 int n; int a[N]; 7 int main() { 阅读全文
posted @ 2018-09-17 10:53 2018szb 阅读(95) 评论(0) 推荐(0)