QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#309842 | #7529. Form Processing | ucup-team2880 | WA | 2ms | 3872kb | C++20 | 3.1kb | 2024-01-20 21:20:08 | 2024-01-20 21:20:08 |
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: 0ms
memory: 3760kb
input:
?*?+?/?-?
output:
9*9+9/1-1
result:
ok OK!
Test #2:
score: 0
Accepted
time: 1ms
memory: 3796kb
input:
?
output:
9
result:
ok OK!
Test #3:
score: 0
Accepted
time: 2ms
memory: 3772kb
input:
?-?/?-?/?
output:
9-8/9-1/9
result:
ok OK!
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3872kb
input:
?-?/?/?/?-?/?+?/?*?
output:
cnt[3] = 1 cnt[1] = 8 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}"