結果
| 問題 |
No.8013 Trigger EPIPE
|
| ユーザー |
tails
|
| 提出日時 | 2015-09-07 12:19:06 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 28 ms / 1,500 ms |
| コード長 | 8 bytes |
| コンパイル時間 | 103 ms |
| コンパイル使用メモリ | 19,072 KB |
| 実行使用メモリ | 24,824 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2024-07-16 21:17:18 |
| 合計ジャッジ時間 | 625 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
コンパイルメッセージ
main.cpp:1:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
1 | main(){}
| ^~~~
ソースコード
main(){}
tails