結果

問題 No.795 Restrictions!!!!!!!!!!!!!!
ユーザー 👑 yumechiyumechi
提出日時 2019-11-30 08:12:26
言語 Ruby
(3.3.0)
結果
AC  
実行時間 84 ms / 2,000 ms
コード長 80 bytes
コンパイル時間 311 ms
コンパイル使用メモリ 11,324 KB
実行使用メモリ 15,880 KB
最終ジャッジ日時 2023-08-13 08:02:18
合計ジャッジ時間 2,836 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 83 ms
15,880 KB
testcase_01 AC 81 ms
15,756 KB
testcase_02 AC 82 ms
15,748 KB
testcase_03 AC 81 ms
15,680 KB
testcase_04 AC 83 ms
15,720 KB
testcase_05 AC 81 ms
15,776 KB
testcase_06 AC 82 ms
15,744 KB
testcase_07 AC 83 ms
15,768 KB
testcase_08 AC 84 ms
15,760 KB
testcase_09 AC 83 ms
15,860 KB
testcase_10 AC 83 ms
15,700 KB
testcase_11 AC 82 ms
15,868 KB
testcase_12 AC 81 ms
15,868 KB
testcase_13 AC 81 ms
15,784 KB
testcase_14 AC 82 ms
15,624 KB
testcase_15 AC 82 ms
15,760 KB
testcase_16 AC 84 ms
15,636 KB
testcase_17 AC 82 ms
15,720 KB
testcase_18 AC 82 ms
15,820 KB
testcase_19 AC 82 ms
15,760 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

a, b = 2.times.map{gets.to_i}
puts [a+b/10,b%10].map(&:even?).all?? "Yes" : "No"
0