結果
| 問題 | No.5000 特殊ジャッジテスト(テスト用) |
| ユーザー |
shiomusubi496
|
| 提出日時 | 2021-03-31 18:55:58 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 5,000 ms |
| + 317µs | |
| コード長 | 60 bytes |
| 記録 | |
| コンパイル時間 | 270 ms |
| コンパイル使用メモリ | 68,864 KB |
| 実行使用メモリ | 5,888 KB |
| スコア | 3,760 |
| 最終ジャッジ日時 | 2026-07-25 08:32:12 |
| 合計ジャッジ時間 | 1,131 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 |
コンパイルメッセージ
main.cpp:1:2: warning: '#import' is a deprecated GCC extension [-Wdeprecated]
1 | #import<iostream>
| ^~~~~~
main.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
2 | main(int n){std::cin>>n;printf("0 %d",n);}
| ^~~~
main.cpp:2:1: warning: 'int main(int)' takes only zero or two arguments [-Wmain]
ソースコード
#import<iostream>
main(int n){std::cin>>n;printf("0 %d",n);}
shiomusubi496