C语言 题目及解答

1000: A+B Problem样例输入1 2样例输出3#include <stdio.h>void main(){ int a,b,sum; printf(""); scanf("%d%d"

腾讯文库C语言C语言 题目及解答