結果

問題 No.722 100×100=1000
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:20:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 427 ms / 2,000 ms
コード長 83 bytes
コンパイル時間 2,126 ms
コンパイル使用メモリ 126,596 KB
実行使用メモリ 131,548 KB
最終ジャッジ日時 2023-08-28 15:52:29
合計ジャッジ時間 16,485 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 413 ms
131,076 KB
testcase_01 AC 415 ms
131,352 KB
testcase_02 AC 417 ms
131,008 KB
testcase_03 AC 420 ms
131,184 KB
testcase_04 AC 417 ms
131,160 KB
testcase_05 AC 415 ms
131,124 KB
testcase_06 AC 413 ms
131,160 KB
testcase_07 AC 413 ms
131,004 KB
testcase_08 AC 416 ms
131,132 KB
testcase_09 AC 419 ms
131,548 KB
testcase_10 AC 416 ms
131,036 KB
testcase_11 AC 418 ms
131,088 KB
testcase_12 AC 418 ms
130,948 KB
testcase_13 AC 423 ms
131,128 KB
testcase_14 AC 413 ms
131,224 KB
testcase_15 AC 416 ms
131,232 KB
testcase_16 AC 416 ms
131,116 KB
testcase_17 AC 414 ms
131,024 KB
testcase_18 AC 418 ms
131,060 KB
testcase_19 AC 421 ms
131,196 KB
testcase_20 AC 421 ms
131,404 KB
testcase_21 AC 421 ms
131,144 KB
testcase_22 AC 427 ms
130,920 KB
testcase_23 AC 420 ms
131,132 KB
testcase_24 AC 418 ms
131,072 KB
testcase_25 AC 415 ms
131,192 KB
testcase_26 AC 418 ms
131,080 KB
testcase_27 AC 418 ms
131,100 KB
testcase_28 AC 419 ms
131,052 KB
testcase_29 AC 422 ms
131,176 KB
testcase_30 AC 421 ms
130,868 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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