hy30nq's blog
1001 풀이 본문
728x90
https://codeup.kr/problem.php?id=1001
답
#include <stdio.h>
int main()
{
printf("Hello");
return 0;
}
728x90
https://codeup.kr/problem.php?id=1001
답
#include <stdio.h>
int main()
{
printf("Hello");
return 0;
}