QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#456531#7703. Base Hi-Lo GameZhaoZiLongWA 1ms3816kbC++201.6kb2024-06-28 05:59:262024-06-28 05:59:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

10 2
5
---=+
=++=-
==+==
correct
6
-=++-+
+=-+-+
==+==+
correct

output:

44444
11147
12245
12345
444444
147717
245808
246809

result:

ok correct (2 test cases)

Test #2:

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

input:

38 2
1

output:

18

result:

wrong answer Guess 1: bad user input: got 2 chars, wanted 1 (test case 1)