Time Exceeded
/in/foo.cc: In function 'bool hashs(long long int)': /in/foo.cc:16:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(p==x%mod) return false; return true; ^~ /in/foo.cc:16:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(p==x%mod) return false; return true; ^~~~~~