QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#429180#4832. Telepathyegypt_ioi2024_04Compile Error//C++202.0kb2024-06-02 02:38:322024-06-02 02:38:32

Details

answer.code: In function ‘int32_t main()’:
answer.code:61:33: error: ‘gen’ was not declared in this scope
   61 |                 if(s[i]=='0')if(gen(0,2))v.pb(i);
      |                                 ^~~
answer.code:65:33: error: ‘gen’ was not declared in this scope
   65 |                 if(s[i]=='0')if(gen(0,2))v.pb(i);
      |                                 ^~~