QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#872586#8621. Knapsackucup-team5101#WA 1ms3840kbC++235.3kb2025-01-26 02:32:562025-01-26 02:33:01

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3840kb

input:

6
4 3 8 1 5 4

output:

start
ABC.BA

result:

wrong answer Line [name=s] equals to "start", doesn't correspond to pattern "[.ABC]{1,10000}"