QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]++; | ^