結果
| 問題 | No.1587 012 Matrix |
| コンテスト | |
| ユーザー |
沙耶花
|
| 提出日時 | 2021-07-08 14:20:51 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 379 bytes |
| 記録 | |
| コンパイル時間 | 7,877 ms |
| コンパイル使用メモリ | 336,112 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-21 11:31:09 |
| 合計ジャッジ時間 | 11,931 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 22 |
ソースコード
#include <stdio.h>
#include <bits/stdc++.h>
#include "testlib.h"
#include <atcoder/all>
using namespace atcoder;
using mint = modint998244353;
using namespace std;
#define rep(i,n) for (int i = 0; i < (n); ++i)
#define Inf 1000000001
int main(){
registerValidation();
int N;
N = inf.readInt(2,500);
inf.readEoln();
inf.readEof();
assert(N%2==0);
return 0;
}
沙耶花