結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | copernicium0112 |
提出日時 | 2021-03-31 17:37:27 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 102 bytes |
コンパイル時間 | 421 ms |
実行使用メモリ | 7,024 KB |
スコア | 3,592 |
最終ジャッジ日時 | 2021-03-31 17:37:30 |
合計ジャッジ時間 | 1,945 ms |
ジャッジサーバーID (参考情報) |
judge11 / judge8 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | AC | 2 ms
4,976 KB |
ソースコード
#include <iostream> using namespace std; int main(){int n;cin>>n;if(n-1)cout<<n<<0;else cout<<"-1 2";}