QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#199857 | #6568. Space Alignment | ucup-team2039# | WA | 3ms | 12548kb | C++20 | 1.8kb | 2023-10-04 14:22:22 | 2023-10-04 14:22:22 |
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: 3ms
memory: 12136kb
input:
10 { ss{ sts{ tt} t} t{ ss} } { }
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 10920kb
input:
2 { }
output:
1
result:
ok single line: '1'
Test #3:
score: 0
Accepted
time: 2ms
memory: 12008kb
input:
4 { ss{ ss} }
output:
1
result:
ok single line: '1'
Test #4:
score: 0
Accepted
time: 0ms
memory: 11940kb
input:
4 { tt{ tt} }
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 2ms
memory: 12548kb
input:
4 { ss{ s} }
output:
-1
result:
ok single line: '-1'
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 10804kb
input:
4 { tt{ t} }
output:
1
result:
wrong answer 1st lines differ - expected: '-1', found: '1'