0_0_20621905_28020.cpp: In function 'int main()':
0_0_20621905_28020.cpp:20:55: error: expected primary-expression before '?' token
for (int j = i + 1; j <= n && flag; j++) {?
^
0_0_20621905_28020.cpp:21:20: error: expected primary-expression before 'left'
ll left = y[i] - z[j];
^
0_0_20621905_28020.cpp:21:20: error: expected ':' before 'left'
0_0_20621905_28020.cpp:21:25: error: assignment of function 'std::ios_base& std::left(std::ios_base&)'
ll left = y[i] - z[j];
^
0_0_20621905_28020.cpp:21:25: error: cannot convert 'll {aka long long int}' to 'std::ios_base&(std::ios_base&)' in assignment
0_0_20621905_28020.cpp:24:22: error: assignment of function 'std::ios_base& std::left(std::ios_base&)'
left += INF;
^
0_0_20621905_28020.cpp:24:22: error: cannot convert 'std::ios_base& (*)(std::ios_base&)' to 'std::ios_base&(std::ios_base&)' in assignment
0_0_20621905_28020.cpp:26:22: error: lvalue required as decrement operand
left --;
^
0_0_20621905_28020.cpp:27:41: error: invalid operands of types 'std::ios_base&(std::ios_base&)' and 'll {aka long long int}' to binary 'operator/'
if (right / xx > left / xx) flag = false;
^
|