結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 429 ms
137,436 KB
testcase_01 AC 426 ms
137,764 KB
testcase_02 AC 423 ms
137,432 KB
testcase_03 AC 432 ms
137,728 KB
testcase_04 AC 427 ms
137,564 KB
testcase_05 AC 426 ms
137,564 KB
testcase_06 AC 426 ms
137,424 KB
testcase_07 AC 427 ms
137,560 KB
testcase_08 AC 423 ms
137,820 KB
testcase_09 AC 424 ms
137,432 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 431 ms
137,816 KB
testcase_14 AC 422 ms
137,432 KB
testcase_15 AC 430 ms
137,432 KB
testcase_16 AC 431 ms
137,560 KB
testcase_17 AC 437 ms
137,552 KB
testcase_18 AC 433 ms
137,564 KB
testcase_19 AC 433 ms
137,764 KB
testcase_20 AC 436 ms
137,508 KB
testcase_21 AC 439 ms
137,432 KB
testcase_22 AC 429 ms
137,432 KB
testcase_23 AC 426 ms
137,692 KB
testcase_24 AC 430 ms
137,692 KB
testcase_25 AC 432 ms
137,820 KB
testcase_26 AC 432 ms
137,432 KB
testcase_27 WA -
testcase_28 AC 429 ms
137,436 KB
testcase_29 AC 434 ms
137,692 KB
testcase_30 AC 433 ms
137,560 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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