QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#564017 | #7954. Special Numbers | ucup-team4741 | WA | 842ms | 66596kb | C++20 | 6.2kb | 2024-09-14 18:48:12 | 2024-09-14 18:48:13 |
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: 311ms
memory: 66592kb
input:
5 1 20
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 493ms
memory: 66588kb
input:
5 50 100
output:
19
result:
ok single line: '19'
Test #3:
score: 0
Accepted
time: 403ms
memory: 66596kb
input:
15 11 19
output:
0
result:
ok single line: '0'
Test #4:
score: -100
Wrong Answer
time: 842ms
memory: 66596kb
input:
1 100 100000
output:
94933
result:
wrong answer 1st lines differ - expected: '99901', found: '94933'