Run ID:93083
提交时间:2024-10-07 20:55:37
#include<stdio.h> int main() { int a,b; while (1) { scanf("%d %d",&a,&b); printf("%d\n",a+b); } return 0; }