結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | treeone |
提出日時 | 2017-07-11 19:33:23 |
言語 | C++11 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 132 bytes |
コンパイル時間 | 1,739 ms |
実行使用メモリ | 1,488 KB |
スコア | 3,472 |
最終ジャッジ日時 | 2018-03-12 00:03:59 |
ジャッジサーバーID (参考情報) |
judge7 / |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
ソースコード
#include <bits/stdc++.h> using namespace std; int main(){ int n, a, b; cin >> n; cout << 1 << " " << (n - 1) << endl; }