QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#773787 | #9578. 爱上字典 | laonongmin# | RE | 15ms | 10712kb | Python3 | 289b | 2024-11-23 10:20:07 | 2024-11-23 10:20:07 |
Judging History
answer
s = input().lower().split()
s = [ss.strip('.!,?') for ss in s if ss.strip('.!,?')]
n = int(input())
lst = []
for i in range(n):
lst.append(input().lower().strip())
ans = 0
for ss in s:
if ss: # 检查字符串是否非空
ans += lst.count(ss) == 0
print(ans)
詳細信息
Test #1:
score: 100
Accepted
time: 15ms
memory: 10712kb
input:
I love Liaoning. Love Dalian! 1 love
output:
3
result:
ok single line: '3'
Test #2:
score: -100
Dangerous Syscalls
input:
Sulfox Loves Furry! Fur fur Furred. 2 anthropomorphic furry