結果
| 問題 |
No.8104 黒に近い、黒
|
| コンテスト | |
| ユーザー |
3mEhsfd8aG5jx2t
|
| 提出日時 | 2023-03-31 22:06:36 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 238 bytes |
| コンパイル時間 | 1,570 ms |
| コンパイル使用メモリ | 191,724 KB |
| 最終ジャッジ日時 | 2025-02-11 20:33:28 |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 2 |
| other | AC * 1 WA * 16 |
ソースコード
#include<bits/stdc++.h>
#define REP(i, n) for (int i = 0; i < (int)(n); i++)
using ll = long long;
using namespace std;
int main() {
int N;
cin >> N;
if(N == 11) {
cout << 11 << endl;
} else {
cout << 879879 << endl;
}
}
3mEhsfd8aG5jx2t