QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#212487 | #7529. Form Processing | waifuSenpai# | WA | 2ms | 12560kb | C++17 | 4.2kb | 2023-10-13 16:25:46 | 2023-10-13 16:25:46 |
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: 2ms
memory: 12088kb
input:
?*?+?/?-?
output:
9*9+9/1-1
result:
ok OK!
Test #2:
score: 0
Accepted
time: 2ms
memory: 11844kb
input:
?
output:
9
result:
ok OK!
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 12560kb
input:
?-?/?-?/?
output:
9-1/1-1/1
result:
wrong answer Jury is better