bootfall.cpp: In function 'int main()':
bootfall.cpp:8:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
8 | for (j=s; j>=0; j--)f[j+a[i]]+=f[j]; s+=a[i];
| ^~~
bootfall.cpp:8:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
8 | for (j=s; j>=0; j--)f[j+a[i]]+=f[j]; s+=a[i];
| ^
bootfall.cpp:13:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
13 | for (j=s; j>=0; j--)f[j+a[i]]+=f[j];s+=a[i];
| ^~~
bootfall.cpp:13:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
13 | for (j=s; j>=0; j--)f[j+a[i]]+=f[j];s+=a[i];
| ^