0_0_36011352_14306.cpp: In function 'int main()':
0_0_36011352_14306.cpp:12:7: error: invalid operands of types 'double' and 'int' to binary 'operator%'
n=m%18;
^
0_0_36011352_14306.cpp:13:8: error: invalid operands of types 'double' and 'int' to binary 'operator%'
if(n%18>9) cout<<"Ollie wins."<<endl;
^
|