QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#33017 | #1254. Biggest Set Ever | larryzhong | WA | 2ms | 3744kb | C++17 | 19.7kb | 2022-05-26 19:09:10 | 2022-05-26 19:09: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: 2ms
memory: 3744kb
input:
3 2 5
output:
8
result:
ok single line: '8'
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3584kb
input:
1 0 20
output:
301989884
result:
wrong answer 1st lines differ - expected: '1048576', found: '301989884'