Run ID:132418
提交时间:2025-10-08 09:56:37
#include <stdio.h> int main() { int A,S while (cin>>A>>S){ cout << A+S<<endl; } return 0; }