preokret.cpp: In function 'int main()':
preokret.cpp:30:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (A<B and x==2)
^~
preokret.cpp:32:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
x=1;
^
preokret.cpp:33:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (B<A and x==1)
^~
preokret.cpp:35:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
x=2;
^