0_0_19661132_6003.cpp: In function 'void Judge(int, int, double)':
0_0_19661132_6003.cpp:8:9: error: invalid operands of types 'int' and 'double' to binary 'operator%'
if( n%Max==97 ) {
^
0_0_19661132_6003.cpp: In function 'double getMax(int)':
0_0_19661132_6003.cpp:28:7: error: invalid operands of types 'double' and 'int' to binary 'operator<<'
Max <<= 1;
^
0_0_19661132_6003.cpp:28:7: error: in evaluation of 'operator<<=(double, int)'
|