QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; } } | ^