/in/foo.cc: In function 'fkt operator+(fkt, fkt)':
/in/foo.cc:12:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(;A.numb[j+1]!=0;j++,A.numb[j+1]=A.numb[j]/10,A.numb[j]%=10);A.cnt=j;
^~~
/in/foo.cc:12:69: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(;A.numb[j+1]!=0;j++,A.numb[j+1]=A.numb[j]/10,A.numb[j]%=10);A.cnt=j;
^
/in/foo.cc: In function 'fkt operator-(fkt, fkt)':
/in/foo.cc:19:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(;A.numb[j]==0;j--);A.cnt=j;
^~~
/in/foo.cc:19:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(;A.numb[j]==0;j--);A.cnt=j;
^
/in/foo.cc: In function 'fkt operator+(fkt, int)':
/in/foo.cc:26:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(;A.numb[j+1]!=0;j++,A.numb[j+1]=A.numb[j]/10,A.numb[j]%=10);A.cnt=j;
^~~
/in/foo.cc:26:69: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(;A.numb[j+1]!=0;j++,A.numb[j+1]=A.numb[j]/10,A.numb[j]%=10);A.cnt=j;
^
/in/foo.cc: In function 'int qaq::main()':
/in/foo.cc:33:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=l1=1;i<=k;i++) l1*=2;l1--;
^~~
/in/foo.cc:33:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(i=l1=1;i<=k;i++) l1*=2;l1--;
^~
/in/foo.cc:46:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=l2=1;i<=m;i++) l2*=2;l2--;
^~~
/in/foo.cc:46:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for(i=l2=1;i<=m;i++) l2*=2;l2--;
^~