結果
| 問題 | No.5000 特殊ジャッジテスト(テスト用) |
| ユーザー |
|
| 提出日時 | 2017-09-12 03:33:54 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 5,000 ms |
| + 274µs | |
| コード長 | 306 bytes |
| 記録 | |
| コンパイル時間 | 393 ms |
| コンパイル使用メモリ | 93,452 KB |
| 実行使用メモリ | 5,888 KB |
| スコア | 2,776 |
| 最終ジャッジ日時 | 2026-07-25 08:25:20 |
| 合計ジャッジ時間 | 1,132 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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;
}