QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#719472 | #9536. Athlete Welcome Ceremony | ucup-team5635 | Compile Error | / | / | C11 | 1.4kb | 2024-11-07 01:36:44 | 2024-11-07 01:36:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:7:24: error: variably modified ‘f’ at file scope int n, q, A, B, C, qt, f[N][N][N], dp[N][N][N][3]; ^ answer.code:7:24: error: variably modified ‘f’ at file scope answer.code:7:24: error: variably modified ‘f’ at file scope answer.code:7:36: error: variably modified ‘dp’ at file scope int n, q, A, B, C, qt, f[N][N][N], dp[N][N][N][3]; ^~ answer.code:7:36: error: variably modified ‘dp’ at file scope answer.code:7:36: error: variably modified ‘dp’ at file scope answer.code:8:6: error: variably modified ‘s’ at file scope char s[N]; ^ answer.code: In function ‘main’: answer.code:11:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d", &n, &q); ^~~~~~~~~~~~~~~~~~~~~ answer.code:12:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%s", s); ^~~~~~~~~~~~~~ answer.code:47:3: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d", &A, &B, &C); ^~~~~~~~~~~~~~~~~~~~~~~~~~~