摘要: 首先我们来看一下这道题目: 相信许多人对这道题目并不陌生,在刚开始学习编程的时候,我们总能在习题库中看到它,如何解决呢,代码很简单: #include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n",a+b 阅读全文
posted @ 2020-03-12 21:43 Maple1234 阅读(180) 评论(0) 推荐(0)