foo.c: In function 'main':
foo.c:10:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   10 |         for (i = 0; i < p; i++);
      |         ^~~
foo.c:11:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   11 |         {
      |         ^
foo.c:14:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   14 |                 for (i = 0; 1 < p; i++);
      |                 ^~~
foo.c:15:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   15 |                 {
      |                 ^
   
  
    [Hydro](https://hydro.ac)提供评测服务