QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#37524 | #1254. Biggest Set Ever | MaMengQi | WA | 2ms | 14024kb | C++11 | 3.1kb | 2022-07-02 09:33:32 | 2022-07-02 09:33:34 |
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: 14024kb
input:
3 2 5
output:
8
result:
ok single line: '8'
Test #2:
score: 0
Accepted
time: 2ms
memory: 13968kb
input:
1 0 20
output:
1048576
result:
ok single line: '1048576'
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 13996kb
input:
10 8 97441781169999
output:
891443788
result:
wrong answer 1st lines differ - expected: '39483594', found: '891443788'