QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#288409 | #7782. Ursa Minor | ucup-team1682 | Compile Error | / | / | C++20 | 6.3kb | 2023-12-22 16:59:10 | 2023-12-22 16:59:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/11/cassert:44, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33, from answer.code:1: answer.code: In member function ‘void unq1<T>::update(int, T, T)’: answer.code:78:34: error: expected ‘)’ before ‘;’ token 78 | if(fl)assert(a>150000;) | ^ answer.code:78:34: error: expected ‘)’ before ‘;’ token answer.code:78:19: note: to match this ‘(’ 78 | if(fl)assert(a>150000;) | ^~~~~~ answer.code:78:19: error: expected primary-expression before ‘)’ token 78 | if(fl)assert(a>150000;) | ^~~~~~