foo.cc: In function 'int main()':
foo.cc:35:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
35 | for (int i=k;i<=200;i++)
| ^~~
foo.cc:37:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
37 | return 0;
| ^~~~~~
foo.cc:28:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
28 | scanf("%d",&n);
| ~~~~~^~~~~~~~~
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务