QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509060#404. SolitairehyforcesCompile Error//C++203.8kb2024-08-08 08:18:502024-08-08 08:18:51

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