QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#869609 | #9681. 猫粮 | guestxd | Compile Error | / | / | C++17 | 1.5kb | 2025-01-25 11:58:16 | 2025-01-25 11:58:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void wk()’: answer.code:47:9: error: redeclaration of ‘int cc’ 47 | int cc=0; | ^~ answer.code:34:9: note: ‘int cc’ previously declared here 34 | int cc=0; | ^~ answer.code:53:24: error: expected ‘;’ before ‘}’ token 53 | else printf("No\n") | ^ | ; 54 | } | ~