foo.cc: In function 'int main()':
foo.cc:11:14: error: invalid operands of types '__gnu_cxx::__enable_if<true, double>::__type {aka double}' and 'int' to binary 'operator%'
if(sqrt(ii)%2==0&&sqrt(ii)%3==0)
~~~~~~~~^~
foo.cc:11:29: error: invalid operands of types '__gnu_cxx::__enable_if<true, double>::__type {aka double}' and 'int' to binary 'operator%'
if(sqrt(ii)%2==0&&sqrt(ii)%3==0)
~~~~~~~~^~
foo.cc:6:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
int min,max;scanf("%d%d",&min,&max);
~~~~~^~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。