結果

問題 No.1721 [Cherry 3rd Tune N] 麗しきNumber
ユーザー mahiro72mahiro72
提出日時 2021-10-29 21:22:00
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 78 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 376 ms
コンパイル使用メモリ 87,024 KB
実行使用メモリ 71,476 KB
最終ジャッジ日時 2023-07-29 06:50:20
合計ジャッジ時間 3,725 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 78 ms
71,116 KB
testcase_01 AC 76 ms
71,140 KB
testcase_02 AC 77 ms
71,108 KB
testcase_03 AC 75 ms
71,376 KB
testcase_04 AC 75 ms
71,320 KB
testcase_05 AC 75 ms
70,968 KB
testcase_06 AC 75 ms
71,428 KB
testcase_07 AC 75 ms
71,000 KB
testcase_08 AC 75 ms
71,336 KB
testcase_09 AC 75 ms
70,996 KB
testcase_10 AC 76 ms
71,328 KB
testcase_11 AC 76 ms
71,152 KB
testcase_12 AC 77 ms
71,372 KB
testcase_13 AC 76 ms
71,256 KB
testcase_14 AC 75 ms
71,048 KB
testcase_15 AC 77 ms
71,108 KB
testcase_16 AC 75 ms
71,244 KB
testcase_17 AC 76 ms
71,268 KB
testcase_18 AC 78 ms
71,476 KB
testcase_19 AC 74 ms
71,096 KB
testcase_20 AC 76 ms
70,972 KB
testcase_21 AC 76 ms
71,100 KB
testcase_22 AC 76 ms
71,112 KB
testcase_23 AC 77 ms
71,256 KB
testcase_24 AC 76 ms
71,240 KB
testcase_25 AC 76 ms
71,156 KB
testcase_26 AC 77 ms
71,448 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N = [x for x in input()]
print('Beautiful' if ('4'in N and '6'in N)else '...')
0