摘要: 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 int main(){ 8 9 int a, b; 10 scanf("%d %d", &a, &b); 11 int c = a + b; 12 if (c < 0){ 13 printf("-... 阅读全文
posted @ 2018-03-25 19:12 ouyang_wsgwz 阅读(124) 评论(0) 推荐(0) 编辑