結果
| 問題 |
No.2714 Amaou
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-04-07 14:46:14 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 39 ms / 2,000 ms |
| コード長 | 232 bytes |
| コンパイル時間 | 194 ms |
| コンパイル使用メモリ | 82,032 KB |
| 実行使用メモリ | 52,864 KB |
| 最終ジャッジ日時 | 2024-10-01 04:30:27 |
| 合計ジャッジ時間 | 2,273 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 26 |
ソースコード
a=int(input())
b=[]
c=0
d=["akai","marui","okii","umai"]
e=0
for i in range(a):
b.append(list(input().split()))
for j in range(a):
for i in d:
if i in b[j]:
c+=1
if c==4:
e+=1
c=0
print(e)