結果

問題 No.722 100×100=1000
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:18:30
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 79 bytes
コンパイル時間 2,603 ms
コンパイル使用メモリ 149,348 KB
実行使用メモリ 147,316 KB
最終ジャッジ日時 2024-04-20 15:21:48
合計ジャッジ時間 15,678 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
146,944 KB
testcase_01 AC 388 ms
147,300 KB
testcase_02 AC 386 ms
147,044 KB
testcase_03 AC 391 ms
147,044 KB
testcase_04 AC 389 ms
146,912 KB
testcase_05 AC 388 ms
147,060 KB
testcase_06 AC 390 ms
147,296 KB
testcase_07 AC 384 ms
147,040 KB
testcase_08 AC 388 ms
147,044 KB
testcase_09 AC 387 ms
147,044 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 372 ms
147,044 KB
testcase_14 AC 381 ms
147,168 KB
testcase_15 AC 380 ms
146,916 KB
testcase_16 AC 384 ms
147,180 KB
testcase_17 AC 384 ms
147,296 KB
testcase_18 AC 383 ms
147,168 KB
testcase_19 AC 381 ms
147,040 KB
testcase_20 AC 392 ms
146,928 KB
testcase_21 AC 387 ms
146,912 KB
testcase_22 AC 380 ms
147,040 KB
testcase_23 AC 382 ms
147,172 KB
testcase_24 AC 378 ms
147,168 KB
testcase_25 AC 380 ms
147,040 KB
testcase_26 AC 388 ms
147,044 KB
testcase_27 WA -
testcase_28 AC 377 ms
147,172 KB
testcase_29 AC 385 ms
147,168 KB
testcase_30 AC 392 ms
147,032 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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