문제

링크

풀이

#include <stdio.h>
 
int main(void) {
  printf("파이팅!!");
  return 0;
}