블로그 관리 쉬는 중
#include<cstdio>
char
c;
int
main() {
while
(~
scanf
(
"%c"
, &c))
putchar
(c);
return
0;
}
댓글 없음 :
댓글 쓰기