QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#623037 | #5722. Rainbow Strings | TheZachMan | RE | 0ms | 0kb | Python3 | 148b | 2024-10-09 09:44:25 | 2024-10-09 09:44:26 |
answer
s = input()
d = {}
for c in s:
if c in d:
c[d] += 1
else:
c[d]=1
o=1
for k in d:
o *= d[k]
o %= 11092019
print(o)
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Dangerous Syscalls
input:
aab