QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#225942#7525. Bracketsucup-team1881#WA 1ms5660kbC++201.1kb2023-10-25 12:54:312023-10-25 12:54:31

Details

Tip: Click on the bar to expand more detailed information

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