結果

問題 No.2276 I Want AC
ユーザー magstamagsta
提出日時 2023-04-16 16:56:38
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
RE  
実行時間 -
コード長 224 bytes
コンパイル時間 6,628 ms
コンパイル使用メモリ 222,276 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-10-12 00:53:06
合計ジャッジ時間 8,341 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 3
other RE * 56
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include "testlib.h"
using namespace std;

int main() {
	registerValidation();
	int N = inf.readInt(1, 200000, "N");
	inf.readEoln();
	string S = inf.readToken("[AC?]");
	inf.readEoln();
	inf.readEof();
}
0