nicelines.cpp: In function 'void solve(int, int)':
nicelines.cpp:33:40: error: could not convert '(int)round()(a1)' from 'int' to 'std::vector<int>'
33 | if(query(1,a1+b)<EPS)the_lines_are((int)round(a1),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int
nicelines.cpp:34:24: error: could not convert '(int)round()(a2)' from 'int' to 'std::vector<int>'
34 | else the_lines_are((int)round(a2),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int
nicelines.cpp:40:40: error: could not convert '(int)round()(a1)' from 'int' to 'std::vector<int>'
40 | if(query(1,a1+b)<EPS)the_lines_are((int)round(a1),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int
nicelines.cpp:41:24: error: could not convert '(int)round()(a2)' from 'int' to 'std::vector<int>'
41 | else the_lines_are((int)round(a2),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int
nicelines.cpp:49:40: error: could not convert '(int)round()(a1)' from 'int' to 'std::vector<int>'
49 | if(query(1,a1+b)<EPS)the_lines_are((int)round(a1),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int
nicelines.cpp:50:24: error: could not convert '(int)round()(a2)' from 'int' to 'std::vector<int>'
50 | else the_lines_are((int)round(a2),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int
nicelines.cpp:56:40: error: could not convert '(int)round()(a1)' from 'int' to 'std::vector<int>'
56 | if(query(1,a1+b)<EPS)the_lines_are((int)round(a1),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int
nicelines.cpp:57:24: error: could not convert '(int)round()(a2)' from 'int' to 'std::vector<int>'
57 | else the_lines_are((int)round(a2),(int)round(b));
| ^~~~~~~~~~~~~~
| |
| int