結果

問題 No.1250 汝は倍数なりや?
ユーザー yuruhiyayuruhiya
提出日時 2021-01-31 17:39:33
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 58 bytes
コンパイル時間 951 ms
コンパイル使用メモリ 134,860 KB
実行使用メモリ 153,740 KB
最終ジャッジ日時 2023-09-11 11:42:43
合計ジャッジ時間 21,575 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 434 ms
136,388 KB
testcase_01 AC 429 ms
134,196 KB
testcase_02 AC 433 ms
134,084 KB
testcase_03 WA -
testcase_04 AC 423 ms
134,056 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 424 ms
134,328 KB
testcase_12 WA -
testcase_13 AC 428 ms
134,180 KB
testcase_14 AC 428 ms
134,216 KB
testcase_15 AC 431 ms
134,324 KB
testcase_16 AC 439 ms
134,084 KB
testcase_17 AC 430 ms
134,104 KB
testcase_18 AC 425 ms
134,116 KB
testcase_19 WA -
testcase_20 AC 428 ms
134,040 KB
testcase_21 AC 421 ms
134,072 KB
testcase_22 AC 424 ms
134,268 KB
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 AC 468 ms
136,552 KB
testcase_27 WA -
testcase_28 AC 464 ms
137,008 KB
testcase_29 WA -
testcase_30 AC 475 ms
137,032 KB
testcase_31 AC 470 ms
136,916 KB
testcase_32 AC 477 ms
136,792 KB
testcase_33 TLE -
testcase_34 -- -
testcase_35 -- -
testcase_36 -- -
testcase_37 -- -
testcase_38 -- -
testcase_39 -- -
testcase_40 -- -
testcase_41 -- -
testcase_42 -- -
testcase_43 -- -
testcase_44 -- -
testcase_45 -- -
testcase_46 -- -
testcase_47 -- -
testcase_48 -- -
testcase_49 -- -
testcase_50 -- -
testcase_51 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get~~/\s.+/;$!=1;$!=($!+$_)%$/ for words;say <YES NO>[!$!]
0