結果
問題 |
No.2655 Increasing Strides
|
ユーザー |
![]() |
提出日時 | 2025-04-16 16:31:31 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 81 bytes |
コンパイル時間 | 234 ms |
コンパイル使用メモリ | 81,832 KB |
実行使用メモリ | 53,504 KB |
最終ジャッジ日時 | 2025-04-16 16:33:13 |
合計ジャッジ時間 | 2,361 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 29 WA * 5 |
ソースコード
N = int(input()) if N % 8 == 7 and N >= 7: print("Yes") else: print("No")