QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#225945#7525. Bracketsucup-team1881#WA 1ms5592kbC++201.1kb2023-10-25 12:57:512023-10-25 12:57:52

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

x+++y

output:

(x++)+(y)

result:

ok Participant's answer is correct

Test #2:

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

input:

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

output:

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

result:

ok Participant's answer is correct

Test #3:

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

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:

ok Participant's answer is correct

Test #4:

score: 0
Accepted
time: 1ms
memory: 5592kb

input:

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

output:

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

result:

ok Participant's answer is correct

Test #5:

score: -100
Wrong Answer
time: 1ms
memory: 5484kb

input:

++n+++++m+++++x+++s+++++h+++u+++y+m+++++a+++a++

output:

(n++)+(m++)+(++x)+(s++)+(++h)+(++u)+(++y)+(m++)+(++a)+(++a)

result:

wrong answer Answer expression is different from the input one