QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#844401 | #9964. Frogs | ucup-team3935 | WA | 1ms | 3840kb | C++20 | 1.7kb | 2025-01-05 21:00:21 | 2025-01-05 21:00:21 |
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: 3600kb
input:
6 2 4 3 -3 5 100 100
output:
01011
result:
ok single line: '01011'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
2 10 -9 -18
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
2 3 10 7
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3580kb
input:
2 3 10 4
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
2 1000000000 0 0
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
2 1000000000 999999999 1000000000
output:
0
result:
ok single line: '0'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
3 1 -6 -2 0
output:
11
result:
ok single line: '11'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3640kb
input:
4 7 -142973635 -432776724 -308791196 375008845
output:
011
result:
ok single line: '011'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3548kb
input:
5 8 0 -7 1 -11 15
output:
0101
result:
ok single line: '0101'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
6 50 18 36 2 -14 -12 40
output:
01010
result:
ok single line: '01010'
Test #11:
score: 0
Accepted
time: 0ms
memory: 3536kb
input:
7 1 -60 -41 24 -15 97 -31 51
output:
010111
result:
ok single line: '010111'
Test #12:
score: -100
Wrong Answer
time: 0ms
memory: 3540kb
input:
8 10 18 -5 13 12 13 18 -20 16
output:
0111111
result:
wrong answer 1st lines differ - expected: '0111010', found: '0111111'