QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#454613 | #2809. Present | egypt_ioi2024_08# | Compile Error | / | / | C++20 | 940b | 2024-06-25 06:16:34 | 2024-06-25 06:16:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:20:97: error: expected ‘)’ before ‘]’ token 20 | for(auto it:ans[ind]) { if(!(binary_search(ans[ind].begin(), ans[ind].end(), __gcd(it,num)]))) { f = 0; break; } } | ~ ^ | ) answer.code:20:97: error: expected ‘)’ before ‘]’ token 20 | for(auto it:ans[ind]) { if(!(binary_search(ans[ind].begin(), ans[ind].end(), __gcd(it,num)]))) { f = 0; break; } } | ~ ^ | ) answer.code:20:119: error: expected ‘)’ before ‘}’ token 20 | for(auto it:ans[ind]) { if(!(binary_search(ans[ind].begin(), ans[ind].end(), __gcd(it,num)]))) { f = 0; break; } } | ~ ^~ | ) answer.code:20:120: error: expected primary-expression before ‘}’ token 20 | for(auto it:ans[ind]) { if(!(binary_search(ans[ind].begin(), ans[ind].end(), __gcd(it,num)]))) { f = 0; break; } } | ^