QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#403353 | #7897. Largest Digit | jxy2012 | Compile Error | / | / | C++23 | 791b | 2024-05-02 09:09:05 | 2024-05-02 09:09:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:30:28: error: ‘res’ was not declared in this scope 30 | printf("%d\n", res); | ^~~ answer.code:17:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 17 | scanf("%d", &_); | ~~~~~^~~~~~~~~~ answer.code:20:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 20 | scanf("%d%d%d%d", &la, &ra, &lb, &rb); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~