QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#655044 | #7176. I Flipped The Calendar... | ZhangYiDe | Compile Error | / | / | C11 | 1.2kb | 2024-10-18 23:59:29 | 2024-10-18 23:59:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘main’: answer.code:33:13: error: expected ‘}’ before ‘else’ else if ((m==1|| m==3||m==5||m==7||m==8||m==10||m==12)&&(w<=1)) ^~~~ answer.code:17:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&y); ^~~~~~~~~~~~~~