結果
| 問題 | No.8013 Trigger EPIPE |
| ユーザー |
|
| 提出日時 | 2020-03-09 05:39:50 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 18 bytes |
| コンパイル時間 | 169 ms |
| コンパイル使用メモリ | 25,856 KB |
| 実行使用メモリ | 24,580 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2024-07-16 20:35:15 |
| 合計ジャッジ時間 | 947 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 1 |
コンパイルメッセージ
main.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
1 | main(){fclose(0);}
| ^~~~
main.c: In function 'main':
main.c:1:8: warning: implicit declaration of function 'fclose' [-Wimplicit-function-declaration]
1 | main(){fclose(0);}
| ^~~~~~
ソースコード
main(){fclose(0);}