QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#363838#8509. Expanding STACKS!ucup-team3295#WA 1ms3588kbC++202.9kb2024-03-24 04:12:312024-03-24 04:12:32

详细

Test #1:

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

input:

2
+2 +1 -1 -2

output:

GG

result:

ok correct

Test #2:

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

input:

2
+1 +2 -1 -2

output:

GS

result:

ok correct

Test #3:

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

input:

3
+1 +2 +3 -1 -2 -3

output:

*GGS

result:

wrong answer solution is not a string of length N