結果

問題 No.1337 Fair Otoshidama
ユーザー ryuusagiryuusagi
提出日時 2021-01-15 21:43:28
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 39 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 342 ms
コンパイル使用メモリ 81,844 KB
実行使用メモリ 53,472 KB
最終ジャッジ日時 2024-11-26 13:50:27
合計ジャッジ時間 1,919 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 34 ms
53,080 KB
testcase_01 AC 33 ms
52,680 KB
testcase_02 AC 34 ms
52,624 KB
testcase_03 AC 34 ms
51,820 KB
testcase_04 AC 34 ms
52,132 KB
testcase_05 AC 35 ms
51,928 KB
testcase_06 AC 35 ms
52,092 KB
testcase_07 AC 35 ms
51,624 KB
testcase_08 AC 39 ms
53,116 KB
testcase_09 AC 34 ms
51,736 KB
testcase_10 AC 34 ms
52,796 KB
testcase_11 AC 34 ms
51,612 KB
testcase_12 AC 34 ms
51,620 KB
testcase_13 AC 35 ms
51,612 KB
testcase_14 AC 33 ms
52,260 KB
testcase_15 AC 34 ms
51,684 KB
testcase_16 AC 35 ms
52,100 KB
testcase_17 AC 34 ms
52,964 KB
testcase_18 AC 34 ms
52,560 KB
testcase_19 AC 34 ms
52,612 KB
testcase_20 AC 34 ms
53,472 KB
testcase_21 AC 34 ms
52,052 KB
testcase_22 AC 34 ms
51,992 KB
testcase_23 AC 34 ms
52,476 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

x,y,z = map(int, input().split())
print('YNeos'[(x+y+z)%3>0::2])
0