블로그 관리 쉬는 중
#include<cstdio> int a, b; int main() { while (scanf("%d %d", &a, &b) != -1) printf("%d\n", a + b); return 0; }
댓글 없음 :
댓글 쓰기