結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 474 ms
137,064 KB
testcase_01 AC 464 ms
137,112 KB
testcase_02 AC 469 ms
137,124 KB
testcase_03 AC 475 ms
137,452 KB
testcase_04 AC 469 ms
136,996 KB
testcase_05 AC 462 ms
136,992 KB
testcase_06 AC 464 ms
137,376 KB
testcase_07 AC 464 ms
136,976 KB
testcase_08 AC 468 ms
136,992 KB
testcase_09 AC 472 ms
136,992 KB
testcase_10 AC 464 ms
136,992 KB
testcase_11 AC 472 ms
137,112 KB
testcase_12 AC 460 ms
137,228 KB
testcase_13 AC 463 ms
136,992 KB
testcase_14 AC 464 ms
137,252 KB
testcase_15 AC 463 ms
136,992 KB
testcase_16 AC 466 ms
137,104 KB
testcase_17 AC 466 ms
136,940 KB
testcase_18 AC 469 ms
136,992 KB
testcase_19 AC 471 ms
137,320 KB
testcase_20 AC 462 ms
137,504 KB
testcase_21 AC 467 ms
136,984 KB
testcase_22 AC 460 ms
136,992 KB
testcase_23 AC 462 ms
136,992 KB
testcase_24 AC 465 ms
136,976 KB
testcase_25 AC 465 ms
136,940 KB
testcase_26 AC 476 ms
136,844 KB
testcase_27 AC 465 ms
137,240 KB
testcase_28 AC 471 ms
136,988 KB
testcase_29 AC 468 ms
136,976 KB
testcase_30 AC 465 ms
136,936 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my ($a,$b)=get.words;say ($a&$b)~~/^\-?.00+$/??$a*$b/10!!1e8>abs($a*$b)??$a*$b!!"E"
0