結果
| 問題 | No.1721 [Cherry 3rd Tune N] 麗しきNumber |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-10-29 21:34:40 |
| 言語 | PyPy3 (7.3.23 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 30 ms / 2,000 ms |
| + 368µs | |
| コード長 | 154 bytes |
| 記録 | |
| コンパイル時間 | 72 ms |
| コンパイル使用メモリ | 80,512 KB |
| 実行使用メモリ | 56,064 KB |
| 最終ジャッジ日時 | 2026-09-11 12:33:54 |
| 合計ジャッジ時間 | 2,811 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 27 |
ソースコード
import sys
input = sys.stdin.readline
from collections import *
x = input()[:-1]
if '4' in x and '6' in x:
print('Beautiful')
else:
print('...')