Run ID:157429
提交时间:2026-07-23 20:40:00
#include<iostream> int main() { int a,b; while(scanf("%d%d",a,b)){ printf("%d\n",a+b) } return 0; }