검색
❯
2023년 6월 26일1 min read
링크
#include <stdio.h> int main(void) { int y; scanf("%d", &y); printf("A"); return 0; }