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