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