結果
| 問題 | No.1263 ご注文は数学ですか? |
| コンテスト | |
| ユーザー |
SSRS
|
| 提出日時 | 2020-10-16 23:45:00 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 161 bytes |
| 記録 | |
| コンパイル時間 | 1,338 ms |
| コンパイル使用メモリ | 181,752 KB |
| 実行使用メモリ | 7,976 KB |
| 最終ジャッジ日時 | 2026-04-03 02:50:56 |
| 合計ジャッジ時間 | 7,890 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 1 |
| other | AC * 1 RE * 6 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
int main(){
int x;
cin >> x;
if (x == 3){
cout << 1000000001 << endl;
} else {
assert(false);
}
}
SSRS