結果

問題 No.2385 Parse Integer with Radix
ユーザー YTOKYTOK
提出日時 2023-07-22 01:37:57
言語 Julia
(1.10.2)
結果
AC  
実行時間 478 ms / 2,000 ms
コード長 45 bytes
コンパイル時間 172 ms
コンパイル使用メモリ 6,948 KB
実行使用メモリ 259,912 KB
最終ジャッジ日時 2024-05-24 11:54:52
合計ジャッジ時間 6,534 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 413 ms
255,272 KB
testcase_01 AC 393 ms
253,316 KB
testcase_02 AC 390 ms
252,724 KB
testcase_03 AC 389 ms
252,416 KB
testcase_04 AC 391 ms
253,564 KB
testcase_05 AC 389 ms
253,032 KB
testcase_06 AC 396 ms
253,228 KB
testcase_07 AC 471 ms
259,892 KB
testcase_08 AC 462 ms
257,724 KB
testcase_09 AC 475 ms
258,572 KB
testcase_10 AC 474 ms
259,520 KB
testcase_11 AC 478 ms
259,912 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

readlines()[2:end] .|> Meta.parse .|> println
0