/in/foo.c: In function 'main':
/in/foo.c:11:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(j=2; j<=t; j++)
^~~
/in/foo.c:14:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
if(flag==1)
^~
/in/foo.c:22:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=2; i<=t; i++)
^~~
/in/foo.c:25:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
if(flag==1)
^~