結果

問題 No.3370 AB → BA
コンテスト
ユーザー Naru820
提出日時 2025-11-01 19:21:47
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 349 bytes
コンパイル時間 9,275 ms
コンパイル使用メモリ 352,876 KB
実行使用メモリ 7,720 KB
最終ジャッジ日時 2025-11-17 20:42:11
合計ジャッジ時間 10,446 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

#include "testlib.h"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
using pll = pair<ll, ll>;
#define all(a) begin(a), end(a)

const int min_N = 1;
const int max_N = 400000;
int main() {
    registerValidation();
    string S = inf.readString();
    assert((int)S.size() >= min_N && (int)S.size() <= max_N);
    inf.readEof();
}
0