Код: Выделить всё
: error: expected primary-expression before '>' token
4 | auto result = (10 20) > 0;
| ^
Build finished with error(s).
* The terminal process terminated with exit code: -1.
* Terminal will be reused by tasks, press any key to close it.
Код: Выделить всё
#include
int main(){
auto result = (10 20) > 0;
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78313104/error-expected-primary-expression-before-token[/url]
Мобильная версия