QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#767929 | #9748. 最大公因数的平方和 | ucup-team5027# | WA | 1ms | 9696kb | C++20 | 1.9kb | 2024-11-20 22:47:55 | 2024-11-20 22:47:56 |
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: 1ms
memory: 9696kb
input:
5 4 1 5 3 2 1 2 3 4 5 5 3 3 2 3 3 4 2 4 3 4 3 4 5 5 1 1 1 1 2 2
output:
1 3 8 12 24 2 14 12 1 4
result:
wrong answer 1st lines differ - expected: '2', found: '1 3 8 12 24 '