結果

問題 No.1721 [Cherry 3rd Tune N] 麗しきNumber
ユーザー first_vilfirst_vil
提出日時 2021-10-29 21:24:02
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 43 ms / 2,000 ms
コード長 75 bytes
コンパイル時間 163 ms
コンパイル使用メモリ 82,432 KB
実行使用メモリ 53,440 KB
最終ジャッジ日時 2024-10-07 09:39:05
合計ジャッジ時間 2,106 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,548 KB
testcase_01 AC 38 ms
51,680 KB
testcase_02 AC 38 ms
51,664 KB
testcase_03 AC 38 ms
52,364 KB
testcase_04 AC 38 ms
53,200 KB
testcase_05 AC 38 ms
51,560 KB
testcase_06 AC 38 ms
53,240 KB
testcase_07 AC 39 ms
52,304 KB
testcase_08 AC 38 ms
52,196 KB
testcase_09 AC 38 ms
53,220 KB
testcase_10 AC 43 ms
52,568 KB
testcase_11 AC 39 ms
52,672 KB
testcase_12 AC 38 ms
52,016 KB
testcase_13 AC 38 ms
52,496 KB
testcase_14 AC 39 ms
52,280 KB
testcase_15 AC 38 ms
51,884 KB
testcase_16 AC 39 ms
51,920 KB
testcase_17 AC 38 ms
51,708 KB
testcase_18 AC 39 ms
52,092 KB
testcase_19 AC 38 ms
52,616 KB
testcase_20 AC 39 ms
53,440 KB
testcase_21 AC 38 ms
51,980 KB
testcase_22 AC 38 ms
51,664 KB
testcase_23 AC 38 ms
53,248 KB
testcase_24 AC 38 ms
53,164 KB
testcase_25 AC 39 ms
51,812 KB
testcase_26 AC 39 ms
52,032 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s=input()
if '4'in s and '6'in s:
  print('Beautiful')
else:
  print('...')
0