結果
| 問題 | No.5000 特殊ジャッジテスト(テスト用) |
| ユーザー |
|
| 提出日時 | 2017-09-12 03:33:54 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 5,000 ms |
| コード長 | 306 bytes |
| 記録 | |
| コンパイル時間 | 717 ms |
| コンパイル使用メモリ | 93,864 KB |
| 実行使用メモリ | 7,716 KB |
| スコア | 2,776 |
| 最終ジャッジ日時 | 2026-03-03 21:49:54 |
| 合計ジャッジ時間 | 1,197 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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;
}