NCNUOJ
问题
状态
排行
讨论
小组
比赛
帮助
登录
欢迎24级新生
1000. [在线测评解答教程] A+B Problem
问题
讨论
题解
#include<stdio.h> int main(){ int a,b; scanf("%d%d",&a,&b); printf("%d\n",a+b); return 0; }