結果
問題 | No.2276 I Want AC |
ユーザー |
![]() |
提出日時 | 2023-04-16 16:58:20 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 246 bytes |
コンパイル時間 | 6,811 ms |
コンパイル使用メモリ | 222,540 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-12 00:53:15 |
合計ジャッジ時間 | 8,380 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 56 |
ソースコード
#include <iostream>#include "testlib.h"using namespace std;int main() {registerValidation();int N = inf.readInt(1, 200000, "N");inf.readEoln();string S = inf.readToken(format("[AC?]{%d, %d}", N, N));inf.readEoln();inf.readEof();}