QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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