結果
| 問題 |
No.8013 Trigger EPIPE
|
| ユーザー |
|
| 提出日時 | 2020-08-15 12:49:26 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 25 ms / 1,500 ms |
| コード長 | 26 bytes |
| コンパイル時間 | 151 ms |
| コンパイル使用メモリ | 28,544 KB |
| 実行使用メモリ | 24,568 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2024-07-17 02:50:21 |
| 合計ジャッジ時間 | 592 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
コンパイルメッセージ
main.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
2 | main(){}
| ^~~~
ソースコード
#include <cstdio>
main(){}