結果
問題 |
No.1592 Tenkei 90
|
ユーザー |
![]() |
提出日時 | 2022-06-29 13:27:08 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 31 ms / 1,000 ms |
コード長 | 232 bytes |
コンパイル時間 | 139 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-11-22 14:55:52 |
合計ジャッジ時間 | 1,591 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 17 |
ソースコード
s=list(input()) if s.count("k")==2 and s.count("o")==2 and s.count("e")==2 and s.count("y")==s.count("p")==s.count("r")==s.count("t")==s.count("n")==s.count("i")==s.count("9")==s.count("0"): print("Yes") else: print("No")