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