QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#275034 | #6865. foreverlasting and fried-chicken | MaMengQi | Compile Error | / | / | C++17 | 1.4kb | 2023-12-04 11:28:47 | 2023-12-04 11:28:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:65:20: error: expected ‘;’ before ‘for’ 65 | cout<<ans;a | ^ | ; 66 | for(int i=1;i<=n;i++) for(int j=1;j<=n;j++) siuu[i][j]=0; | ~~~ answer.code:66:21: error: ‘i’ was not declared in this scope 66 | for(int i=1;i<=n;i++) for(int j=1;j<=n;j++) siuu[i][j]=0; | ^ answer.code:66:43: error: ‘j’ was not declared in this scope 66 | for(int i=1;i<=n;i++) for(int j=1;j<=n;j++) siuu[i][j]=0; | ^