QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#456531 | #7703. Base Hi-Lo Game | ZhaoZiLong | WA | 1ms | 3816kb | C++20 | 1.6kb | 2024-06-28 05:59:26 | 2024-06-28 05:59:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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)