結果
問題 |
No.1721 [Cherry 3rd Tune N] 麗しきNumber
|
ユーザー |
|
提出日時 | 2022-03-12 15:23:47 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 81 bytes |
コンパイル時間 | 287 ms |
コンパイル使用メモリ | 82,540 KB |
実行使用メモリ | 53,820 KB |
最終ジャッジ日時 | 2024-09-16 22:31:46 |
合計ジャッジ時間 | 2,177 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 WA * 7 |
ソースコード
N = list(input()) if "4" and "6" in N: print("Beautiful") else: print("...")