赞
踩
来一道简单的题输入两个整数A, B 输出A+B的和 数据保证输入的A和B都在int范围内 既然是int就拿int变量存了,附带一段看似正确的代码
#include <stdio.h>
int main() { int a, b; scanf(