結果

問題 No.754 畳み込みの和
ユーザー LeonardoneLeonardone
提出日時 2018-12-02 04:17:12
言語 Java21
(openjdk 21)
結果
RE  
実行時間 -
コード長 120 bytes
コンパイル時間 3,008 ms
コンパイル使用メモリ 69,752 KB
実行使用メモリ 49,608 KB
最終ジャッジ日時 2023-09-09 22:19:17
合計ジャッジ時間 3,935 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

public class Main
{
    public static void main(String[] args)
    {
        throw new RuntimeException("hoge");
    }
}
0