bitCode

57

1024

출력하기1 컴파일 에러

C 0 ms 0 KB 2026-08-19 22:45:30 제출 코드 비공개

컴파일 에러

Main.c: In function ‘main’:
Main.c:3:5: warning: implicit declaration of function ‘print’; did you mean ‘printf’? [-Wimplicit-function-declaration]
    3 |     print("d")
      |     ^~~~~
      |     printf
Main.c:3:15: error: expected ‘;’ before ‘return’
    3 |     print("d")
      |               ^
      |               ;
    4 |     return 0;
      |     ~~~~~~