結果

問題 No.722 100×100=1000
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:28:36
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 433 ms / 2,000 ms
コード長 69 bytes
コンパイル時間 527 ms
コンパイル使用メモリ 141,288 KB
実行使用メモリ 137,704 KB
最終ジャッジ日時 2024-06-09 11:04:07
合計ジャッジ時間 13,521 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
137,320 KB
testcase_01 AC 383 ms
137,580 KB
testcase_02 AC 372 ms
137,448 KB
testcase_03 AC 372 ms
137,444 KB
testcase_04 AC 370 ms
137,576 KB
testcase_05 AC 369 ms
137,320 KB
testcase_06 AC 369 ms
137,320 KB
testcase_07 AC 366 ms
137,568 KB
testcase_08 AC 368 ms
137,440 KB
testcase_09 AC 375 ms
137,184 KB
testcase_10 AC 381 ms
137,448 KB
testcase_11 AC 368 ms
137,312 KB
testcase_12 AC 371 ms
137,316 KB
testcase_13 AC 378 ms
137,448 KB
testcase_14 AC 380 ms
137,192 KB
testcase_15 AC 376 ms
137,440 KB
testcase_16 AC 433 ms
137,440 KB
testcase_17 AC 372 ms
137,448 KB
testcase_18 AC 371 ms
137,188 KB
testcase_19 AC 366 ms
137,576 KB
testcase_20 AC 369 ms
137,704 KB
testcase_21 AC 368 ms
137,576 KB
testcase_22 AC 367 ms
137,316 KB
testcase_23 AC 367 ms
136,684 KB
testcase_24 AC 367 ms
136,400 KB
testcase_25 AC 372 ms
137,060 KB
testcase_26 AC 367 ms
137,440 KB
testcase_27 AC 369 ms
137,068 KB
testcase_28 AC 375 ms
137,568 KB
testcase_29 AC 367 ms
137,056 KB
testcase_30 AC 369 ms
137,324 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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