結果
| 問題 | No.8027 114514 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-03-31 23:19:02 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 205 bytes |
| 記録 | |
| コンパイル時間 | 622 ms |
| コンパイル使用メモリ | 89,396 KB |
| 実行使用メモリ | 7,848 KB |
| 最終ジャッジ日時 | 2026-03-29 05:41:05 |
| 合計ジャッジ時間 | 1,259 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 9 |
ソースコード
#include <iostream>
#include <algorithm>
#include <vector>
#include <cstdio>
#include <map>
#include <string>
#include <climits>
using namespace std;
int main() {
int n;
cin >> n;
cout << 1 << endl;
}