QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#309841 | #7529. Form Processing | ucup-team2880 | WA | 1ms | 3904kb | C++20 | 3.1kb | 2024-01-20 21:19:35 | 2024-01-20 21:19:35 |
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: 1ms
memory: 3784kb
input:
?*?+?/?-?
output:
9*9+9/1-1
result:
ok OK!
Test #2:
score: 0
Accepted
time: 1ms
memory: 3904kb
input:
?
output:
9
result:
ok OK!
Test #3:
score: 0
Accepted
time: 0ms
memory: 3804kb
input:
?-?/?-?/?
output:
9-8/9-1/9
result:
ok OK!
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3864kb
input:
?-?/?/?/?-?/?+?/?*?
output:
cnt[3] = 1 9-1/9/1/1-8/9+9/1*9
result:
wrong answer Token parameter [name=answer] equals to "cnt[3]", doesn't correspond to pattern "[1-9+*/-]{19,19}"