結果

問題 No.3013 Trigger EPIPE
ユーザー tailstails
提出日時 2015-09-07 10:06:36
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 23 ms / 1,500 ms
コード長 38 bytes
コンパイル時間 418 ms
コンパイル使用メモリ 18,560 KB
実行使用メモリ 25,220 KB
平均クエリ数 1.00
最終ジャッジ日時 2024-07-16 21:16:53
合計ジャッジ時間 697 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 23 ms
25,220 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | main(){close(1);usleep(5e5);return 0;}
      | ^~~~
main.c: In function ‘main’:
main.c:1:8: warning: implicit declaration of function ‘close’ [-Wimplicit-function-declaration]
    1 | main(){close(1);usleep(5e5);return 0;}
      |        ^~~~~
main.c:1:17: warning: implicit declaration of function ‘usleep’ [-Wimplicit-function-declaration]
    1 | main(){close(1);usleep(5e5);return 0;}
      |                 ^~~~~~

ソースコード

diff #

main(){close(1);usleep(5e5);return 0;}
0