結果
問題 | No.5000 特殊ジャッジテスト(テスト用) |
ユーザー | polylogK |
提出日時 | 2017-09-12 03:33:54 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 3 ms / 5,000 ms |
コード長 | 306 bytes |
コンパイル時間 | 1,147 ms |
実行使用メモリ | 1,488 KB |
スコア | 2,776 |
最終ジャッジ日時 | 2018-03-12 00:04:05 |
ジャッジサーバーID (参考情報) |
judge7 / |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
1,488 KB |
testcase_01 | AC | 2 ms
1,488 KB |
testcase_02 | AC | 3 ms
1,484 KB |
testcase_03 | AC | 2 ms
1,484 KB |
ソースコード
#include <iostream> #include <cstdio> #include <cmath> #include <algorithm> #include <stack> #include <queue> #include <set> #include <vector> #include <string> #include <string.h> using namespace std; const int MAX_N=20000; int n; int main(){ cin >> n; cout << 2 << " " << n-2 << endl; return 0; }