QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#285285#7940. Impossible Numbersucup-team006#Compile Error//C++147.1kb2023-12-16 17:42:462023-12-16 17:42:47

Details

answer.code: In function ‘void dfs(ll)’:
answer.code:189:33: error: ‘itoa’ was not declared in this scope
  189 |                                 itoa(i, str, 10);
      |                                 ^~~~
answer.code:203:33: error: ‘itoa’ was not declared in this scope
  203 |                                 itoa(i, str, 10);
      |                                 ^~~~
answer.code:237:33: error: ‘itoa’ was not declared in this scope
  237 |                                 itoa(i, str, 10);
      |                                 ^~~~
answer.code:251:33: error: ‘itoa’ was not declared in this scope
  251 |                                 itoa(i, str, 10);
      |                                 ^~~~
answer.code: In function ‘void _Sol_()’:
answer.code:295:41: error: ‘itoa’ was not declared in this scope
  295 |                                         itoa(i, str, 10);
      |                                         ^~~~
answer.code:309:41: error: ‘itoa’ was not declared in this scope
  309 |                                         itoa(i, str, 10);
      |                                         ^~~~