QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#469123 | #4815. Flower's Land | GuanYunchang | Compile Error | / | / | C++20 | 852b | 2024-07-09 14:40:12 | 2024-07-09 14:40:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:43:30: error: ‘dp’ was not declared in this scope 43 | printf("%d ",dp[i][m]); | ^~ answer.code:29:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 29 | scanf("%d%d",&n,&m); | ~~~~~^~~~~~~~~~~~~~ answer.code:31:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 31 | scanf("%d",&a[i]); | ~~~~~^~~~~~~~~~~~ answer.code:34:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 34 | scanf("%d%d",&x,&y); | ~~~~~^~~~~~~~~~~~~~