Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:8:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (a > b) ^~ /in/foo.c:10:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' a = b; ^ /in/foo.c:12:3: warning: 'tmp' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%d %d", a, b); ^~~~~~~~~~~~~~~~~~~~~