QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#741214#7525. Bracketsucup-team2172#WA 0ms10028kbC++232.6kb2024-11-13 13:49:302024-11-13 13:49:30

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 10028kb

input:

x+++y

output:

(x++)+(y)

result:

ok Participant's answer is correct

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 9948kb

input:

q+u+++h+++++o+q++

output:

(q)+(u)+((++h)++)+(++o)+(q++)

result:

wrong answer Expression contains more parentheses than variables