結果
| 問題 | No.1481 Rotation ABC |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-04-16 17:57:02 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 405 bytes |
| 記録 | |
| コンパイル時間 | 5,750 ms |
| コンパイル使用メモリ | 336,208 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-19 18:14:43 |
| 合計ジャッジ時間 | 7,549 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 38 |
ソースコード
#include<bits/stdc++.h>
#include"testlib.h"
using ll = long long;
using namespace std;
int main(int argc, char* argv[]){
const int MIN_N = 1;
const int MAX_N = 100000;
registerValidation(argc, argv);
int n = inf.readInt(MIN_N, MAX_N);
inf.readEoln();
string s = inf.readString("[A-C]{" + to_string(n) + "," + to_string(n) + "}");
inf.readEof();
return 0;
}