QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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(); | ~~~~~^~~~~~~~~~