QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#285285 | #7940. Impossible Numbers | ucup-team006# | Compile Error | / | / | C++14 | 7.1kb | 2023-12-16 17:42:46 | 2023-12-16 17:42:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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); | ^~~~