처음으로
학원 소개
교육과정
진학&대회
게시판
코드게시판
교육자료
상담 문의
More
#include <stdio.h>
int main()
{
int a, b, c, d, i;
scanf("%d",&a);
printf("%c%d",(a+8)%12+65,(a+6)%10);
return 0;
}