QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#786247 | #9619. 乘积,欧拉函数,求和 | ucup-team4269 | Compile Error | / | / | C++20 | 3.5kb | 2024-11-26 20:51:42 | 2024-11-26 20:51:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:10:75: error: too many initializers for ‘long long int [15]’ 10 | int p[m] = {2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59}; | ^