結果

問題 No.3107 45^2
ユーザー ponjuice
提出日時 2025-04-09 16:19:58
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 243 bytes
コンパイル時間 10,379 ms
コンパイル使用メモリ 351,168 KB
実行使用メモリ 7,848 KB
最終ジャッジ日時 2025-04-09 16:20:10
合計ジャッジ時間 11,156 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 1
other WA * 12
権限があれば一括ダウンロードができます

ソースコード

diff #

#include "testlib.h"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;

const int min_n = 1;
const int max_n = 45;

int main(){
    registerValidation();
    inf.readInt(min_n, max_n);
    inf.readEoln();
    inf.readEof();
}
0