結果

問題 No.754 畳み込みの和
ユーザー LeonardoneLeonardone
提出日時 2018-12-02 04:17:12
言語 Java21
(openjdk 21)
結果
RE  
実行時間 -
コード長 120 bytes
コンパイル時間 1,918 ms
コンパイル使用メモリ 73,792 KB
実行使用メモリ 50,168 KB
最終ジャッジ日時 2024-06-27 14:49:02
合計ジャッジ時間 3,087 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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