QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#319971 | #8211. Enumerating Substrings | ucup-team006# | WA | 726ms | 26788kb | C++20 | 2.5kb | 2024-02-03 12:56:50 | 2024-02-03 12:56:50 |
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: 1ms
memory: 3600kb
input:
4 2 3
output:
228
result:
ok 1 number(s): "228"
Test #2:
score: -100
Wrong Answer
time: 726ms
memory: 26788kb
input:
999999 1999 12345678
output:
787824618
result:
wrong answer 1st numbers differ - expected: '52352722', found: '787824618'