結果

問題 No.1003 サイコロの実装 (1)
ユーザー splash9494
提出日時 2020-05-01 00:45:03
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 48 bytes
コンパイル時間 253 ms
コンパイル使用メモリ 82,324 KB
実行使用メモリ 54,044 KB
最終ジャッジ日時 2024-12-18 01:32:42
合計ジャッジ時間 2,242 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 2
other AC * 7 WA * 18
権限があれば一括ダウンロードができます

ソースコード

diff #

print('Yes' if  int(input()) % 6 == 0 else 'NO')
0