QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#486054 | #6743. water235 | HuangHanSheng | Compile Error | / | / | C++17 | 1.0kb | 2024-07-21 15:29:03 | 2024-07-21 15:29:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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]++; | ^