QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#304133 | #5586. Digits of Unity | DennisTran# | WA | 120ms | 41124kb | C++20 | 1.9kb | 2024-01-13 14:47:20 | 2024-01-13 14:47: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: 109ms
memory: 36540kb
input:
2 2 10
output:
6
result:
ok single line: '6'
Test #2:
score: 0
Accepted
time: 120ms
memory: 38584kb
input:
3 4 14
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 107ms
memory: 38932kb
input:
2 1 100000
output:
910073387
result:
ok single line: '910073387'
Test #4:
score: -100
Wrong Answer
time: 115ms
memory: 41124kb
input:
30 6 136665
output:
274209335
result:
wrong answer 1st lines differ - expected: '552360422', found: '274209335'