QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#486054#6743. water235HuangHanShengCompile Error//C++171.0kb2024-07-21 15:29:032024-07-21 15:29:04

详细

answer.code: In function ‘int main()’:
answer.code:38:49: error: expected ‘;’ before ‘:’ token
   38 |        if(mp[1]==0)for(int i=0;i<=n;i+=2)mp[i]++:
      |                                                 ^
      |                                                 ;
answer.code:39:29: error: ‘i’ was not declared in this scope
   39 |            else for(int i=1;i<=n;i+=2)mp[i]++;
      |                             ^