結果

問題 No.9010 うるう年判定
ユーザー tailstails
提出日時 2021-03-24 14:33:56
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 351 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 642 ms
コンパイル使用メモリ 134,236 KB
実行使用メモリ 140,716 KB
最終ジャッジ日時 2024-11-26 22:53:21
合計ジャッジ時間 12,098 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
137,136 KB
testcase_01 AC 340 ms
137,140 KB
testcase_02 AC 342 ms
137,264 KB
testcase_03 AC 346 ms
137,128 KB
testcase_04 AC 345 ms
137,136 KB
testcase_05 AC 351 ms
137,472 KB
testcase_06 AC 348 ms
137,604 KB
testcase_07 AC 347 ms
137,216 KB
testcase_08 AC 348 ms
137,344 KB
testcase_09 AC 351 ms
137,600 KB
testcase_10 AC 349 ms
137,344 KB
testcase_11 AC 347 ms
137,220 KB
testcase_12 AC 338 ms
137,220 KB
testcase_13 AC 343 ms
137,600 KB
testcase_14 AC 342 ms
137,348 KB
testcase_15 AC 346 ms
137,604 KB
testcase_16 AC 342 ms
137,472 KB
testcase_17 AC 340 ms
137,604 KB
testcase_18 AC 341 ms
137,344 KB
testcase_19 AC 335 ms
140,400 KB
testcase_20 AC 325 ms
140,284 KB
testcase_21 AC 314 ms
140,512 KB
testcase_22 AC 318 ms
140,508 KB
testcase_23 AC 322 ms
140,628 KB
testcase_24 AC 320 ms
140,512 KB
testcase_25 AC 331 ms
140,380 KB
testcase_26 AC 337 ms
140,636 KB
testcase_27 AC 339 ms
140,384 KB
testcase_28 AC 340 ms
140,716 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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