QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#842557 | #9964. Frogs | ucup-team6322# | WA | 0ms | 3828kb | C++23 | 1.5kb | 2025-01-04 13:25:51 | 2025-01-04 13:25:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3584kb
input:
6 2 4 3 -3 5 100 100
output:
01011
result:
ok single line: '01011'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3652kb
input:
2 10 -9 -18
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3828kb
input:
2 3 10 7
output:
0
result:
ok single line: '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
2 3 10 4
output:
1
result:
ok single line: '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3536kb
input:
2 1000000000 0 0
output:
1
result:
ok single line: '1'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3544kb
input:
2 1000000000 999999999 1000000000
output:
0
result:
ok single line: '0'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3496kb
input:
3 1 -6 -2 0
output:
11
result:
ok single line: '11'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3500kb
input:
4 7 -142973635 -432776724 -308791196 375008845
output:
011
result:
ok single line: '011'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3444kb
input:
5 8 0 -7 1 -11 15
output:
0101
result:
ok single line: '0101'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3820kb
input:
6 50 18 36 2 -14 -12 40
output:
01010
result:
ok single line: '01010'
Test #11:
score: -100
Wrong Answer
time: 0ms
memory: 3644kb
input:
7 1 -60 -41 24 -15 97 -31 51
output:
010101
result:
wrong answer 1st lines differ - expected: '010111', found: '010101'