QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#55471 | #4758. Captivating process | wlxhkk# | WA | 11ms | 24168kb | C++14 | 3.7kb | 2022-10-13 21:55:00 | 2022-10-13 21:55:03 |
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: 5ms
memory: 24056kb
input:
3 2 2 3 1 2 3 1 1 2 1 1
output:
No Yes
result:
ok 2 token(s): yes count is 1, no count is 1
Test #2:
score: 0
Accepted
time: 11ms
memory: 24168kb
input:
4 2 2 3 4 2 2 4 4 1 1 2 1 4
output:
No Yes
result:
ok 2 token(s): yes count is 1, no count is 1
Test #3:
score: 0
Accepted
time: 4ms
memory: 23944kb
input:
10 10 7 7 8 10 5 7 9 3 2 3 4 2 7 1 3 3 10 1 9 3 7 8 7 6 7 9 1 5 3 6 5 3 10 6 8 9 9 4 6 7
output:
No No Yes No Yes No Yes No No No
result:
ok 10 token(s): yes count is 3, no count is 7
Test #4:
score: 0
Accepted
time: 8ms
memory: 24056kb
input:
10 10 5 7 8 2 6 8 7 5 5 10 8 2 5 8 3 9 10 7 2 8 8 7 5 6 4 9 3 6 5 6 2 3 8 4 5 9 6 8 3 4
output:
No No Yes No No No No No No Yes
result:
ok 10 token(s): yes count is 2, no count is 8
Test #5:
score: 0
Accepted
time: 11ms
memory: 24168kb
input:
10 10 1 9 4 4 2 6 7 8 9 4 1 9 9 5 5 1 3 9 3 10 1 7 3 8 7 8 9 8 6 9 10 7 3 5 1 7 8 5 8 5
output:
No No No Yes No No No No No No
result:
ok 10 token(s): yes count is 1, no count is 9
Test #6:
score: 0
Accepted
time: 2ms
memory: 24020kb
input:
10 10 8 2 4 4 7 10 9 9 10 5 5 4 9 3 10 6 10 10 5 4 7 8 2 3 6 2 1 2 2 10 5 4 10 4 10 9 10 7 6 1
output:
Yes No Yes Yes No Yes Yes Yes Yes Yes
result:
ok 10 token(s): yes count is 8, no count is 2
Test #7:
score: 0
Accepted
time: 2ms
memory: 24016kb
input:
10 10 4 4 8 3 7 7 7 2 10 9 4 10 6 6 4 10 5 8 5 9 3 7 6 2 1 2 3 2 4 7 1 9 6 5 5 10 6 1 5 2
output:
Yes No Yes Yes Yes Yes No No No No
result:
ok 10 token(s): yes count is 5, no count is 5
Test #8:
score: -100
Wrong Answer
time: 9ms
memory: 24020kb
input:
10 10 3 10 1 8 8 3 8 4 9 10 8 6 4 2 10 3 6 3 4 10 2 7 8 3 2 8 3 3 1 9 4 3 6 8 5 10 8 8 6 8
output:
No Yes No Yes No No Yes No No Yes
result:
wrong answer expected YES, found NO [9th token]