foo.cc: In function 'int main()':
foo.cc:13:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while ((com[pnt++] = getchar()) != '$'); getchar(); com[pnt-1] = 0; pnt = 0;
^~~~~
foo.cc:13:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while ((com[pnt++] = getchar()) != '$'); getchar(); com[pnt-1] = 0; pnt = 0;
^~~~~~~
foo.cc:14:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while ((inp[pnt++] = getchar()) != '$'); inp[pnt-2] = 0; pnt = 0;
^~~~~
foo.cc:14:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
while ((inp[pnt++] = getchar()) != '$'); inp[pnt-2] = 0; pnt = 0;
^~~
[Hydro](https://hydro.ac)提供评测服务