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