結果
| 問題 | No.3264 岩井数 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-09-07 12:54:39 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 259 bytes |
| 記録 | |
| コンパイル時間 | 1,158 ms |
| コンパイル使用メモリ | 204,948 KB |
| 実行使用メモリ | 9,416 KB |
| 最終ジャッジ日時 | 2026-07-14 22:16:36 |
| 合計ジャッジ時間 | 7,252 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 1 |
| other | AC * 22 WA * 8 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
typedef pair<int, int> pii;
typedef long long ll;
const int N = 2000086, MOD = 998244353, INF = 0x3f3f3f3f;
ll res;
int n, m, cnt, w[N];
int main() {
cin >> n;
printf("%d%d\n", n, n);
return 0;
}