結果

問題 No.722 100×100=1000
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:19:20
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 81 bytes
コンパイル時間 726 ms
コンパイル使用メモリ 138,016 KB
実行使用メモリ 137,676 KB
最終ジャッジ日時 2024-10-12 11:02:00
合計ジャッジ時間 15,848 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 427 ms
137,204 KB
testcase_01 AC 435 ms
137,468 KB
testcase_02 AC 431 ms
137,504 KB
testcase_03 AC 430 ms
137,480 KB
testcase_04 AC 430 ms
137,356 KB
testcase_05 AC 432 ms
137,212 KB
testcase_06 AC 437 ms
137,076 KB
testcase_07 AC 434 ms
137,080 KB
testcase_08 AC 436 ms
137,212 KB
testcase_09 AC 430 ms
137,208 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 434 ms
137,392 KB
testcase_14 AC 443 ms
136,976 KB
testcase_15 AC 445 ms
137,080 KB
testcase_16 AC 427 ms
136,820 KB
testcase_17 AC 440 ms
137,076 KB
testcase_18 AC 435 ms
137,336 KB
testcase_19 AC 431 ms
137,548 KB
testcase_20 AC 434 ms
137,544 KB
testcase_21 AC 433 ms
137,336 KB
testcase_22 AC 428 ms
137,208 KB
testcase_23 AC 426 ms
137,212 KB
testcase_24 AC 432 ms
137,084 KB
testcase_25 AC 431 ms
137,232 KB
testcase_26 AC 438 ms
137,080 KB
testcase_27 WA -
testcase_28 AC 433 ms
137,676 KB
testcase_29 AC 438 ms
137,388 KB
testcase_30 AC 436 ms
137,336 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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