QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#505405#5769. No Cheatingxiaowuc10 20ms5572kbC++173.3kb2024-08-05 05:08:422024-08-05 05:08:42

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

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

input:

20
4 3
...
...
..x
...
7 3
.x.
...
...
...
...
...
...
10 10
...x......
.........x
....x.....
x.x......x
....x.....
..........
..........
xx........
..........
......x...
7 9
.......x.
.........
.........
.........
.........
x........
.........
3 7
.......
.......
....xx.
9 9
..xx..x..
..x.x....
......

output:

7
14
46
34
11
31
5
22
0
32
16
1
30
19
15
18
35
26
8
21

result:

wrong answer 1st lines differ - expected: 'Case #1: 7', found: '7'

Subtask #2:

score: 0
Wrong Answer

Test #2:

score: 0
Wrong Answer
time: 20ms
memory: 5572kb

input:

20
78 77
.xxx..x....xx.xx.x........x..x.x.xxx.x..x..xx..x.x...x.x.xxx...xx.x.x..x....x
xxxx.....x..x.....xx..x...x.x.xx..x.xx..xx.x..xx..x.x.x.....xx.x.x...x..x.xx.
x.....xx..xx......xx.x....xx..x.xx.x.......x.x..xx..x.....xxx........x.x...x.
x...x...x.....x...xxx.xx.x.x........xx...xx.....xx......x...

output:

1999
1206
155
1152
2807
0
980
1925
624
1521
1
33
3000
1966
656
115
123
513
562
1402

result:

wrong answer 1st lines differ - expected: 'Case #1: 1999', found: '1999'