Submission #82791
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0001 - Hello World! |
| ユーザー名 |
ei2535
|
| 投稿日時 |
2025-04-23 16:38:45 |
| 言語 |
C |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
90 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:5:5: warning: implicit declaration of function ‘print’; did you mean ‘printf’? [-Wimplicit-function-declaration]
print("Hello World!\n");
^~~~~
printf
/tmp/ccRwluqu.o: In function `main':
Main.c:(.text.startup+0xc): undefined reference to `print'
collect2: error: ld returned 1 exit status
セット
テストケース