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