Submission #79985


ソースコード

1
2
3
4
5
n,s=input().split()
ans=0
for _ in[0]*int(n):
ans+=input().split().count(s)
print(ans)

ステータス

項目 データ
問題 0003 - 聖書
ユーザー名 chihi311
投稿日時 2024-07-18 09:24:13
言語 Python3
状態 Accepted
得点 5
ソースコード長 92 Byte
最大実行時間 70 ms
最大メモリ使用量 3284 KB

セット

セット 得点 Cases
1 ALL 3 / 3 *
2 SUB1 1 / 1 Alice_in1.txt
3 SUB2 1 / 1 Alice_in2.txt

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Alice_in1.txt AC 50 ms 3264 KB
1
2
Alice_in2.txt AC 70 ms 3284 KB
1
3
Alice_in3.txt AC 36 ms 3172 KB
1