結果
問題 | No.3013 Trigger EPIPE |
ユーザー | kotatsugame |
提出日時 | 2020-03-09 05:40:55 |
言語 | C (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 32 ms / 1,500 ms |
コード長 | 55 bytes |
コンパイル時間 | 105 ms |
コンパイル使用メモリ | 26,496 KB |
実行使用メモリ | 24,836 KB |
平均クエリ数 | 1.00 |
最終ジャッジ日時 | 2024-07-17 02:35:18 |
合計ジャッジ時間 | 619 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
コンパイルメッセージ
main.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int] 2 | main(){fclose(stdin);fclose(stdout);} | ^~~~
ソースコード
#include<stdio.h> main(){fclose(stdin);fclose(stdout);}