結果
| 問題 | 
                            No.5000 特殊ジャッジテスト(テスト用)
                             | 
                    
| ユーザー | 
                             | 
                    
| 提出日時 | 2017-09-12 03:33:54 | 
| 言語 | C++14  (gcc 13.3.0 + boost 1.87.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 / | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 4 | 
ソースコード
#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;
}