QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#804620 | #9868. GCD | ucup-team3837# | WA | 11ms | 7312kb | C++23 | 25.4kb | 2024-12-08 01:10:58 | 2024-12-08 01:10:58 |
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: 0
Wrong Answer
time: 11ms
memory: 7312kb
input:
3 3 4 12 20 114 514
output:
3 10 115
result:
wrong answer 2nd lines differ - expected: '4', found: '10'