QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ^~~~