QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#509060 | #404. Solitaire | hyforces | Compile Error | / | / | C++20 | 3.8kb | 2024-08-08 08:18:50 | 2024-08-08 08:18:51 |
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:109:20: error: ‘nlen’ was not declared in this scope; did you mean ‘len’? 109 | for(int a=0;a<=nlen;++a)for(int b=0;b<2;++b)rid(ans+=dp[ol][a][b]); | ^~~~ | len