QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#304137 | #5586. Digits of Unity | DennisTran# | WA | 119ms | 41176kb | C++20 | 1.8kb | 2024-01-13 14:50:13 | 2024-01-13 14:50:14 |
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: 108ms
memory: 38752kb
input:
2 2 10
output:
6
result:
ok single line: '6'
Test #2:
score: 0
Accepted
time: 104ms
memory: 38640kb
input:
3 4 14
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 113ms
memory: 41176kb
input:
2 1 100000
output:
910073387
result:
ok single line: '910073387'
Test #4:
score: -100
Wrong Answer
time: 119ms
memory: 39172kb
input:
30 6 136665
output:
274209335
result:
wrong answer 1st lines differ - expected: '552360422', found: '274209335'