bitCode

58

1001

V4 Test Problem 컴파일 에러

C 0 ms 0 KB 2026-08-20 06:50:15 제출 코드 비공개

컴파일 에러

Main.c: In function ‘main’:
Main.c:3:1: error: ‘ㅇㅌㅎㅌㅎ’ undeclared (first use in this function)
    3 | ㅇㅌㅎㅌㅎ
      | ^~~~~~~~~~
Main.c:3:1: note: each undeclared identifier is reported only once for each function it appears in
Main.c:3:11: error: expected ‘;’ before ‘return’
    3 | ㅇㅌㅎㅌㅎ
      |           ^
      |           ;
    4 |     return 0;
      |     ~~~~~~