0_0_15168680_6929.cpp: In function 'int main()':
0_0_15168680_6929.cpp:19:23: error: invalid operands of types '__gnu_cxx::__enable_if<true, double>::__type {aka double}' and 'int' to binary 'operator%'
y=fabs(y)%200;
^
0_0_15168680_6929.cpp:20:23: error: invalid operands of types '__gnu_cxx::__enable_if<true, double>::__type {aka double}' and 'int' to binary 'operator%'
z=fabs(z)%200;
^
|