結果
| 問題 |
No.3379 Third Max (C++)
|
| コンテスト | |
| ユーザー |
tails
|
| 提出日時 | 2025-11-22 14:46:39 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 85 bytes |
| コンパイル時間 | 1,753 ms |
| コンパイル使用メモリ | 194,500 KB |
| 実行使用メモリ | 7,720 KB |
| 最終ジャッジ日時 | 2025-11-22 14:46:43 |
| 合計ジャッジ時間 | 4,270 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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]
main.cpp: In function ‘int main(int, char*)’:
main.cpp:2:51: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
2 | main(int,char*b){std::sort(b,b+read(0,b,19));write(1,b+16,1);}
| ~~~~~^~~~~~~~~~
ソースコード
#import<bits/stdc++.h>
main(int,char*b){std::sort(b,b+read(0,b,19));write(1,b+16,1);}
tails