QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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}; | ^