QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#361313#8508. DiviDueloucup-team2725#Compile Error//C++20448b2024-03-23 08:29:112024-03-23 08:29:12

詳細信息

answer.code: In function ‘int main()’:
answer.code:19:57: error: expected primary-expression before ‘;’ token
   19 |                         if (i*i != N) fact++, debug(N/i);
      |                                                         ^