結果

問題 No.3162 Five Two Three
ユーザー kencho
提出日時 2025-05-04 23:18:54
言語 Java
(openjdk 23)
結果
WA  
実行時間 -
コード長 188 bytes
コンパイル時間 2,260 ms
コンパイル使用メモリ 74,180 KB
実行使用メモリ 52,732 KB
最終ジャッジ日時 2025-05-05 01:36:27
合計ジャッジ時間 17,327 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 3
other WA * 187
権限があれば一括ダウンロードができます

ソースコード

diff #

public class Main {

    public static final int MOD998 = 998244353;
    public static final int MOD100 = 1000000007;

    public static void main(String[] args) throws Exception {
    }
}
0