結果

問題 No.722 100×100=1000
ユーザー kotatsugamekotatsugame
提出日時 2018-08-23 10:20:39
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 385 ms / 2,000 ms
コード長 83 bytes
コンパイル時間 1,932 ms
コンパイル使用メモリ 137,052 KB
実行使用メモリ 137,472 KB
最終ジャッジ日時 2024-06-09 11:02:48
合計ジャッジ時間 15,093 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 376 ms
136,972 KB
testcase_01 AC 380 ms
137,472 KB
testcase_02 AC 374 ms
137,132 KB
testcase_03 AC 370 ms
137,088 KB
testcase_04 AC 368 ms
137,256 KB
testcase_05 AC 366 ms
137,004 KB
testcase_06 AC 363 ms
137,004 KB
testcase_07 AC 369 ms
137,004 KB
testcase_08 AC 383 ms
137,256 KB
testcase_09 AC 375 ms
137,128 KB
testcase_10 AC 373 ms
137,132 KB
testcase_11 AC 368 ms
137,128 KB
testcase_12 AC 371 ms
136,876 KB
testcase_13 AC 364 ms
137,260 KB
testcase_14 AC 375 ms
137,260 KB
testcase_15 AC 382 ms
137,216 KB
testcase_16 AC 385 ms
137,216 KB
testcase_17 AC 383 ms
137,256 KB
testcase_18 AC 375 ms
137,088 KB
testcase_19 AC 373 ms
137,344 KB
testcase_20 AC 376 ms
137,468 KB
testcase_21 AC 369 ms
137,288 KB
testcase_22 AC 375 ms
137,132 KB
testcase_23 AC 367 ms
137,260 KB
testcase_24 AC 363 ms
137,004 KB
testcase_25 AC 371 ms
136,972 KB
testcase_26 AC 368 ms
137,032 KB
testcase_27 AC 370 ms
137,004 KB
testcase_28 AC 370 ms
137,088 KB
testcase_29 AC 367 ms
137,132 KB
testcase_30 AC 368 ms
136,876 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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