QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#795662 | #9578. 爱上字典 | RegtLu# | RE | 11ms | 10572kb | Python3 | 353b | 2024-11-30 22:52:23 | 2024-11-30 22:52:24 |
Judging History
answer
d=dict()
sentence=[x.lower() for x in input().replace(',','').replace('.','').replace('!','').replace('?','').split()]
for w in sentence:
if w not in d:
d[w]=1
else:
d[w]+=1
input()
words=list(set([x.lower() for x in input().split()]))
all=sum([x[1] for x in d.items()])
for word in words:
all-=d[word]
print(all)
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 11ms
memory: 10572kb
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