foo.cc: In function 'int count(int)':
foo.cc:9:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
9 | if(n%10==3)
| ^~
foo.cc:11:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
11 | n/=10;
| ^
foo.cc: In function 'int main()':
foo.cc:29:10: warning: unused variable 'sum' [-Wunused-variable]
29 | int A,B,sum=0,i;
| ^~~
foo.cc:29:16: warning: unused variable 'i' [-Wunused-variable]
29 | int A,B,sum=0,i;
| ^
[Hydro](https://hydro.ac)提供评测服务