블로그 관리 쉬는 중
#include<cstdio> int n; int main() { scanf("%d", &n); printf("%c%d", (n + 8) % 12 + 'A', (n + 6) % 10); return 0; }
댓글 없음 :
댓글 쓰기