QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#650745 | #8932. Bingo | ucup-team4948# | Compile Error | / | / | C++14 | 3.3kb | 2024-10-18 16:20:40 | 2024-10-18 16:21:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:166:9: error: expected primary-expression before ‘/’ token 166 | / if(x>=m)continue; | ^ answer.code:166:17: error: expected primary-expression before ‘if’ 166 | / if(x>=m)continue; | ^~ answer.code:133:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 133 | scanf("%s",s+1);m=read(); | ~~~~~^~~~~~~~~~