結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | SotaUN |
提出日時 | 2020-07-29 14:58:40 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 114 bytes |
コンパイル時間 | 435 ms |
実行使用メモリ | 1,564 KB |
スコア | 3,544 |
最終ジャッジ日時 | 2020-07-29 14:58:42 |
ジャッジサーバーID (参考情報) |
judge10 / judge8 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
1,560 KB |
testcase_01 | AC | 2 ms
1,564 KB |
testcase_02 | AC | 3 ms
1,564 KB |
testcase_03 | WA | - |
ソースコード
#include <iostream> using namespace std; int main(){ int n; cin >> n; cout << n << " " << 0 << endl; }