摘要: A题 分析:傻逼题,两个数的差不大于1输出任意一个,否则输出2 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "cmath" 5 using namespace std; 6 int main() 阅读全文
posted @ 2017-05-07 00:21 wolf940509 阅读(116) 评论(0) 推荐(0)