/in/foo.cc: In function 'int main2()':
/in/foo.cc:93:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (int i=1;i<n;i++) printf("%d ",ans[i]);printf("%d",ans[n]);
^~~
/in/foo.cc:93:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
for (int i=1;i<n;i++) printf("%d ",ans[i]);printf("%d",ans[n]);
^~~~~~
/in/foo.cc: Assembler messages:
/in/foo.cc:103: Error: unsupported instruction `mov'
/in/foo.cc:104: Error: invalid instruction suffix for `push'