結果

問題 No.9010 うるう年判定
ユーザー tailstails
提出日時 2021-03-24 14:33:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 360 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 406 ms
コンパイル使用メモリ 134,028 KB
実行使用メモリ 136,580 KB
最終ジャッジ日時 2024-05-05 04:58:06
合計ジャッジ時間 13,691 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 359 ms
135,716 KB
testcase_01 AC 352 ms
135,584 KB
testcase_02 AC 353 ms
135,588 KB
testcase_03 AC 351 ms
135,456 KB
testcase_04 AC 352 ms
135,588 KB
testcase_05 AC 355 ms
136,100 KB
testcase_06 AC 351 ms
135,332 KB
testcase_07 AC 350 ms
135,844 KB
testcase_08 AC 349 ms
135,588 KB
testcase_09 AC 351 ms
135,844 KB
testcase_10 AC 349 ms
136,224 KB
testcase_11 AC 352 ms
135,716 KB
testcase_12 AC 350 ms
135,460 KB
testcase_13 AC 357 ms
135,456 KB
testcase_14 AC 360 ms
136,100 KB
testcase_15 AC 357 ms
135,712 KB
testcase_16 AC 355 ms
136,100 KB
testcase_17 AC 356 ms
136,100 KB
testcase_18 AC 350 ms
135,840 KB
testcase_19 AC 350 ms
135,712 KB
testcase_20 AC 352 ms
135,480 KB
testcase_21 AC 349 ms
136,484 KB
testcase_22 AC 356 ms
136,228 KB
testcase_23 AC 354 ms
136,484 KB
testcase_24 AC 354 ms
135,456 KB
testcase_25 AC 352 ms
136,200 KB
testcase_26 AC 350 ms
136,580 KB
testcase_27 AC 347 ms
136,372 KB
testcase_28 AC 352 ms
136,196 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$_=get;say <No Yes>[$_ gcd 80>$_ gcd 50]
0