結果

問題 No.1389 Clumsy Calculation
ユーザー kotatsugamekotatsugame
提出日時 2021-02-12 22:31:46
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 32 bytes
コンパイル時間 619 ms
コンパイル使用メモリ 135,164 KB
実行使用メモリ 182,648 KB
最終ジャッジ日時 2024-07-19 23:12:24
合計ジャッジ時間 9,523 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 375 ms
138,128 KB
testcase_01 AC 382 ms
136,868 KB
testcase_02 AC 382 ms
137,912 KB
testcase_03 AC 442 ms
142,680 KB
testcase_04 AC 450 ms
142,604 KB
testcase_05 AC 452 ms
141,828 KB
testcase_06 AC 439 ms
142,832 KB
testcase_07 AC 443 ms
141,704 KB
testcase_08 AC 369 ms
138,020 KB
testcase_09 TLE -
testcase_10 TLE -
testcase_11 AC 438 ms
142,404 KB
testcase_12 AC 448 ms
143,084 KB
testcase_13 AC 454 ms
142,976 KB
testcase_14 TLE -
testcase_15 TLE -
testcase_16 TLE -
testcase_17 TLE -
testcase_18 TLE -
testcase_19 TLE -
testcase_20 TLE -
testcase_21 TLE -
testcase_22 TLE -
testcase_23 TLE -
testcase_24 TLE -
testcase_25 TLE -
testcase_26 TLE -
testcase_27 TLE -
testcase_28 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get~~/\s.+/;say $/-sum $/X-words
0