preokret.cpp: In function 'int main()':
preokret.cpp:19:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
19 | if(s1>s2)
| ^~
preokret.cpp:22:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
22 | winner='A';
| ^~~~~~
preokret.cpp:24:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
24 | if(s1<s2)
| ^~
preokret.cpp:27:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
27 | winner='B';
| ^~~~~~