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