摘要: 好久没打cf了,又打了一把。终于又涨rating了,很开心。 A 贪心 1 #include<cstdio> 2 #include<iostream> 3 using namespace std; 4 int main() { 5 int n, a, b, c, ans = 0; 6 scanf(" 阅读全文
posted @ 2017-10-17 19:58 p0ny 阅读(152) 评论(0) 推荐(0) 编辑