Run ID:130261

提交时间:2025-09-10 19:08:44

#include <iostream> using namespace std; int main(){ int a,b; while(scanf("%d%d",&a&b)) printf("%d%d",a+b); return 0; }