Problem leastround
User Pan
Submission Time 2024-08-16 17:57:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from leastround.cpp:1:
leastround.cpp: In function ‘int main()’:
leastround.cpp:78:34: error: expression cannot be used as a function
78 | if (zero && ans1 > 1) {ans1 = 1 assert(0);}
| ^~~~~~