0_0_28249625_3387.cpp: In function 'int main()':
0_0_28249625_3387.cpp:43:18: error: invalid operands of types 'int [101]' and 'double' to binary 'operator>='
if(a==b||!(t>=10.000000&&t<=1000.000001))continue;
^
0_0_28249625_3387.cpp:43:32: error: invalid operands of types 'int [101]' and 'double' to binary 'operator<='
if(a==b||!(t>=10.000000&&t<=1000.000001))continue;
^
|