QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~~~~~