QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#541097 | #4990. Coffee Cup Combo | ZhaoZiLong | Compile Error | / | / | C99 | 660b | 2024-08-31 18:39:33 | 2024-08-31 18:39:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘main’: answer.code:11:8: error: expected identifier or ‘(’ before ‘?’ token 11 | int???? = 0; // ???????? | ^ answer.code:17:17: error: expected expression before ‘?’ token 17 | ????++; // ????? 1 | ^ answer.code:22:17: error: expected expression before ‘?’ token 22 | ????++; // ????? 1 | ^ answer.code:27:20: error: expected expression before ‘?’ token 27 | printf("%d\n", ????); // ???? | ^ answer.code:27:22: error: expected ‘;’ before ‘]’ token 27 | printf("%d\n", ????); // ???? | ^ | ; answer.code:27:22: error: expected statement before ‘]’ token answer.code:5:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 5 | scanf("%d", &n); // ?????? | ^~~~~~~~~~~~~~~ answer.code:8:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] 8 | scanf("%s", s); // ???????????? | ^~~~~~~~~~~~~~