結果

問題 No.2637 Factorize?
ユーザー abap34abap34
提出日時 2024-02-19 21:22:20
言語 Julia
(1.10.2)
結果
AC  
実行時間 226 ms / 2,000 ms
コード長 43 bytes
コンパイル時間 334 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 237,988 KB
最終ジャッジ日時 2024-04-09 14:34:30
合計ジャッジ時間 9,127 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 223 ms
235,576 KB
testcase_01 AC 225 ms
235,576 KB
testcase_02 AC 226 ms
235,488 KB
testcase_03 AC 223 ms
237,532 KB
testcase_04 AC 223 ms
237,760 KB
testcase_05 AC 224 ms
237,876 KB
testcase_06 AC 223 ms
235,428 KB
testcase_07 AC 225 ms
237,988 KB
testcase_08 AC 223 ms
237,724 KB
testcase_09 AC 225 ms
235,600 KB
testcase_10 AC 225 ms
236,212 KB
testcase_11 AC 225 ms
235,412 KB
testcase_12 AC 226 ms
237,976 KB
testcase_13 AC 224 ms
235,220 KB
testcase_14 AC 225 ms
235,812 KB
testcase_15 AC 223 ms
235,376 KB
testcase_16 AC 223 ms
236,180 KB
testcase_17 AC 223 ms
235,928 KB
testcase_18 AC 226 ms
237,628 KB
testcase_19 AC 225 ms
235,160 KB
testcase_20 AC 225 ms
235,360 KB
testcase_21 AC 224 ms
237,464 KB
testcase_22 AC 224 ms
234,972 KB
testcase_23 AC 224 ms
235,972 KB
testcase_24 AC 222 ms
235,728 KB
testcase_25 AC 224 ms
235,700 KB
testcase_26 AC 225 ms
236,060 KB
testcase_27 AC 224 ms
235,680 KB
testcase_28 AC 223 ms
235,508 KB
testcase_29 AC 223 ms
235,320 KB
testcase_30 AC 222 ms
236,176 KB
testcase_31 AC 223 ms
235,476 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

P = parse(Int, readline())

println("1 $P")
0