QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#872600 | #8615. Equal Strings | ucup-team4767# | WA | 13ms | 8960kb | Python3 | 363b | 2025-01-26 02:39:41 | 2025-01-26 02:39:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 9ms
memory: 8832kb
input:
4 21 24 21 21 23 0
output:
2 1 3 1 4 1 1 2 3 2 4 2
result:
ok Found equal strings: 4, 2
Test #2:
score: 0
Accepted
time: 11ms
memory: 8832kb
input:
4 28 0
output:
2 1 3 1
result:
ok Found equal strings: 3, 1
Test #3:
score: 0
Accepted
time: 10ms
memory: 8960kb
input:
10 23 24 24 21 25 29 25 24 28 23 29 19 26 26 18 30 29 21 24 29 26 25 29 27 27 0
output:
2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 10 1 1 2 3 2 4 2 5 2 6 2 7 2 8 2 9 2 10 2 1 3 2 3 4 3 5 3 6 3 7 3 8 3 9 3
result:
ok Found equal strings: 9, 3
Test #4:
score: -100
Wrong Answer
time: 13ms
memory: 8960kb
input:
100 23 33 22 31 21 20 29 18 21 34 31 24 20 25 26 19 29 31 28 20 25 29 26 28 23 26 25 26 24 23 20 23 24 23 26 23 25 26 25 22 26 28 25 33 28 28 23 25 33 26 25 20 34 25 22 31 36 19 24 25 27 26 21 28 22 22 25 25 30 28 19 27 22 25 25 33 21 26 27 22 23 24 31 22 20 23 26 31 31 27 30 28 23 25 30 20 31 26 20...
output:
2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 10 1 11 1 12 1 13 1 14 1 15 1 16 1 17 1 18 1 19 1 20 1 21 1 22 1 23 1 24 1 25 1 1 2 3 2 4 2 5 2 6 2 7 2 8 2 9 2 10 2 11 2 12 2 13 2 14 2 15 2 16 2 17 2 18 2 19 2 20 2 21 2 22 2 23 2 24 2 25 2 1 3 2 3 4 3 5 3 6 3 7 3 8 3 9 3 10 3 11 3 12 3 13 3 14 3 15 3 16 3 17 3 18 3...
result:
wrong answer format Unexpected end of file - int32 expected