foo.cc: In function 'int isSuperPrime(int)':
foo.cc:24:6: warning: unused variable 'i' [-Wunused-variable]
24 | int i;
| ^
foo.cc: In function 'int daysOfMonth(int, int)':
foo.cc:46:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
46 | if(month==2)
| ^~
foo.cc:48:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
48 | return day;
| ^~~~~~
foo.cc: In function 'int printMonth(int, int)':
foo.cc:93:1: warning: no return statement in function returning non-void [-Wreturn-type]
93 | }
| ^
[Hydro](https://hydro.ac)提供评测服务