結果

問題 No.722 100×100=1000
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:23:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 452 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 2,707 ms
コンパイル使用メモリ 141,696 KB
実行使用メモリ 137,032 KB
最終ジャッジ日時 2024-06-09 11:03:49
合計ジャッジ時間 16,891 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 405 ms
136,892 KB
testcase_01 AC 417 ms
137,024 KB
testcase_02 AC 416 ms
136,900 KB
testcase_03 AC 425 ms
136,768 KB
testcase_04 AC 428 ms
136,900 KB
testcase_05 AC 423 ms
136,760 KB
testcase_06 AC 426 ms
136,640 KB
testcase_07 AC 422 ms
136,896 KB
testcase_08 AC 405 ms
136,760 KB
testcase_09 AC 413 ms
136,896 KB
testcase_10 AC 400 ms
136,764 KB
testcase_11 AC 428 ms
136,900 KB
testcase_12 AC 423 ms
136,900 KB
testcase_13 AC 422 ms
137,012 KB
testcase_14 AC 426 ms
136,896 KB
testcase_15 AC 414 ms
137,024 KB
testcase_16 AC 426 ms
136,636 KB
testcase_17 AC 434 ms
136,644 KB
testcase_18 AC 423 ms
136,884 KB
testcase_19 AC 412 ms
137,024 KB
testcase_20 AC 420 ms
136,756 KB
testcase_21 AC 421 ms
136,768 KB
testcase_22 AC 416 ms
136,896 KB
testcase_23 AC 415 ms
136,640 KB
testcase_24 AC 413 ms
136,640 KB
testcase_25 AC 427 ms
136,644 KB
testcase_26 AC 452 ms
137,032 KB
testcase_27 AC 435 ms
136,508 KB
testcase_28 AC 427 ms
136,884 KB
testcase_29 AC 429 ms
137,024 KB
testcase_30 AC 429 ms
136,896 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($0&$1)~~/^\-?.00+$/??$_/10!!1e8>.abs??$_!!"E" for [*] get~~m:g/\S+/
0