結果
| 問題 | No.2162 Copy and Paste 2 |
| コンテスト | |
| ユーザー |
miscalc
|
| 提出日時 | 2021-08-28 02:19:00 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 188 bytes |
| 記録 | |
| コンパイル時間 | 5,957 ms |
| コンパイル使用メモリ | 336,916 KB |
| 実行使用メモリ | 7,972 KB |
| 最終ジャッジ日時 | 2026-06-22 22:21:35 |
| 合計ジャッジ時間 | 7,595 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 3 RE * 23 |
ソースコード
#include <bits/stdc++.h>
#include "testlib.h"
using namespace std;
int main()
{
registerValidation();
string S = inf.readToken("[ab]{1, 100000}");
inf.readEoln();
inf.readEof();
}
miscalc