QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#786247#9619. 乘积,欧拉函数,求和ucup-team4269Compile Error//C++203.5kb2024-11-26 20:51:422024-11-26 20:51:49

詳細信息

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};
      |                                                                           ^