QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#225942#7525. Bracketsucup-team1881#WA 1ms5660kbC++201.1kb2023-10-25 12:54:312023-10-25 12:54:31

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 5660kb

input:

x+++y

output:

(x++)+(y)

result:

ok Participant's answer is correct

Test #2:

score: 0
Accepted
time: 0ms
memory: 3704kb

input:

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

output:

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

result:

ok Participant's answer is correct

Test #3:

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

input:

++a+++b+++c+++d+e+++f+++g+h+j+k+++++i

output:

(a++)+(b++)+(c++)+(d)+(e++)+(f++)+(g)+(h)+(j)+(k++)+(++i)

result:

wrong answer Answer expression is different from the input one