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