結果
| 問題 | No.3379 Third Max (C++) |
| コンテスト | |
| ユーザー |
👑 tails
|
| 提出日時 | 2026-05-10 18:48:20 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 85 bytes |
| 記録 | |
| コンパイル時間 | 2,218 ms |
| コンパイル使用メモリ | 211,712 KB |
| 実行使用メモリ | 6,400 KB |
| スコア | 0 |
| 最終ジャッジ日時 | 2026-05-10 18:48:33 |
| 合計ジャッジ時間 | 7,617 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 15 |
コンパイルメッセージ
main.cpp:1:2: warning: '#import' is a deprecated GCC extension [-Wdeprecated]
1 | #import<bits/stdc++.h>
| ^~~~~~
main.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
2 | main(int,char*b){std::sort(b,b+read(0,b,19));write(1,b+16,1);}
| ^~~~
main.cpp:2:1: warning: second argument of 'int main(int, char*)' should be 'char **' [-Wmain]
ソースコード
#import<bits/stdc++.h>
main(int,char*b){std::sort(b,b+read(0,b,19));write(1,b+16,1);}
tails