QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#172635 | #2362. Contest Struggles | MaMengQi | Compile Error | / | / | C11 | 380b | 2023-09-09 20:03:45 | 2023-09-09 20:03:46 |
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: ‘remp’ undeclared (first use in this function); did you mean ‘remP’? if(remp<1) ^~~~ remP answer.code:11:8: note: each undeclared identifier is reported only once for each function it appears in answer.code:5:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d",&n,&k); ^~~~~~~~~~~~~~~~~~~ answer.code:6:5: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d",&d,&s); ^~~~~~~~~~~~~~~~~~~