Time Exceeded
/in/foo.cc: In function 'int f3(long long int, long long int, long long int)':
/in/foo.cc:33:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(u>x)
   ^~
/in/foo.cc:35:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    u++;
    ^