結果

問題 No.2425 Power Range GCD
ユーザー bluemeganebluemegane
提出日時 2023-08-18 21:41:48
言語 C#(csc)
(csc 3.9.0)
結果
AC  
実行時間 72 ms / 2,000 ms
コード長 103 bytes
コンパイル時間 1,065 ms
コンパイル使用メモリ 60,908 KB
実行使用メモリ 22,536 KB
最終ジャッジ日時 2023-08-18 21:41:58
合計ジャッジ時間 3,671 ms
ジャッジサーバーID
(参考情報)
judge9 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 46 ms
18,232 KB
testcase_01 AC 46 ms
20,336 KB
testcase_02 AC 46 ms
20,488 KB
testcase_03 AC 45 ms
20,464 KB
testcase_04 AC 46 ms
20,476 KB
testcase_05 AC 46 ms
20,540 KB
testcase_06 AC 44 ms
20,332 KB
testcase_07 AC 44 ms
18,228 KB
testcase_08 AC 45 ms
20,484 KB
testcase_09 AC 45 ms
20,492 KB
testcase_10 AC 46 ms
20,356 KB
testcase_11 AC 46 ms
20,408 KB
testcase_12 AC 47 ms
20,300 KB
testcase_13 AC 48 ms
20,440 KB
testcase_14 AC 46 ms
20,480 KB
testcase_15 AC 47 ms
22,380 KB
testcase_16 AC 66 ms
20,416 KB
testcase_17 AC 72 ms
22,536 KB
testcase_18 AC 47 ms
20,364 KB
testcase_19 AC 47 ms
20,396 KB
testcase_20 AC 47 ms
20,488 KB
testcase_21 AC 46 ms
20,444 KB
testcase_22 AC 47 ms
20,312 KB
testcase_23 AC 45 ms
22,364 KB
testcase_24 AC 46 ms
22,360 KB
testcase_25 AC 46 ms
20,444 KB
testcase_26 AC 46 ms
20,396 KB
testcase_27 AC 46 ms
18,456 KB
testcase_28 AC 46 ms
22,368 KB
testcase_29 AC 46 ms
20,484 KB
testcase_30 AC 45 ms
22,304 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

using System;

public class Hello
{
    static void Main()
    {
        Console.WriteLine(1);
    }
}
0