結果

問題 No.722 100×100=1000
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:23:56
言語 Raku
(rakudo v2024.12)
結果
AC  
実行時間 517 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 2,262 ms
コンパイル使用メモリ 137,040 KB
実行使用メモリ 136,644 KB
最終ジャッジ日時 2024-12-29 19:35:02
合計ジャッジ時間 18,312 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 450 ms
136,628 KB
testcase_01 AC 444 ms
136,504 KB
testcase_02 AC 444 ms
136,500 KB
testcase_03 AC 446 ms
136,644 KB
testcase_04 AC 438 ms
136,384 KB
testcase_05 AC 429 ms
136,512 KB
testcase_06 AC 447 ms
136,380 KB
testcase_07 AC 437 ms
136,636 KB
testcase_08 AC 433 ms
136,640 KB
testcase_09 AC 424 ms
136,504 KB
testcase_10 AC 427 ms
136,504 KB
testcase_11 AC 423 ms
136,512 KB
testcase_12 AC 431 ms
136,632 KB
testcase_13 AC 428 ms
136,500 KB
testcase_14 AC 428 ms
136,504 KB
testcase_15 AC 429 ms
136,512 KB
testcase_16 AC 517 ms
136,640 KB
testcase_17 AC 478 ms
136,376 KB
testcase_18 AC 469 ms
136,512 KB
testcase_19 AC 465 ms
136,640 KB
testcase_20 AC 458 ms
136,500 KB
testcase_21 AC 464 ms
136,504 KB
testcase_22 AC 471 ms
136,256 KB
testcase_23 AC 482 ms
136,388 KB
testcase_24 AC 474 ms
136,632 KB
testcase_25 AC 460 ms
136,624 KB
testcase_26 AC 470 ms
136,256 KB
testcase_27 AC 465 ms
136,376 KB
testcase_28 AC 468 ms
136,384 KB
testcase_29 AC 475 ms
136,380 KB
testcase_30 AC 467 ms
136,500 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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