摘要: 第一题: 看程序说答案 int a = 10; int b = 3; int c = a + b; int d = a - b; int e = a * b; int f = a / b; int g = a % b; a++; ++a; b--; --b; c=13d=7e=30f=3g=1a++ 阅读全文
posted @ 2020-10-12 16:33 虎彪彪 阅读(115) 评论(0) 推荐(0) 编辑