結果

問題 No.2637 Factorize?
ユーザー abap34abap34
提出日時 2024-02-19 21:22:20
言語 Julia
(1.10.2)
結果
AC  
実行時間 254 ms / 2,000 ms
コード長 43 bytes
コンパイル時間 401 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 234,556 KB
最終ジャッジ日時 2024-10-01 17:42:18
合計ジャッジ時間 9,937 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 247 ms
233,844 KB
testcase_01 AC 243 ms
234,424 KB
testcase_02 AC 249 ms
233,788 KB
testcase_03 AC 243 ms
234,168 KB
testcase_04 AC 241 ms
234,176 KB
testcase_05 AC 243 ms
233,916 KB
testcase_06 AC 253 ms
234,432 KB
testcase_07 AC 241 ms
233,784 KB
testcase_08 AC 242 ms
234,172 KB
testcase_09 AC 246 ms
234,428 KB
testcase_10 AC 241 ms
233,784 KB
testcase_11 AC 242 ms
234,424 KB
testcase_12 AC 242 ms
234,044 KB
testcase_13 AC 241 ms
233,656 KB
testcase_14 AC 241 ms
233,916 KB
testcase_15 AC 240 ms
233,792 KB
testcase_16 AC 242 ms
234,168 KB
testcase_17 AC 240 ms
233,788 KB
testcase_18 AC 240 ms
233,920 KB
testcase_19 AC 246 ms
234,428 KB
testcase_20 AC 242 ms
233,916 KB
testcase_21 AC 254 ms
234,044 KB
testcase_22 AC 251 ms
233,784 KB
testcase_23 AC 247 ms
234,556 KB
testcase_24 AC 252 ms
233,788 KB
testcase_25 AC 242 ms
234,428 KB
testcase_26 AC 242 ms
233,664 KB
testcase_27 AC 243 ms
234,172 KB
testcase_28 AC 243 ms
233,976 KB
testcase_29 AC 243 ms
234,172 KB
testcase_30 AC 244 ms
233,920 KB
testcase_31 AC 243 ms
234,172 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

P = parse(Int, readline())

println("1 $P")
0