/in/foo.c: In function 'main':
/in/foo.c:12:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
12 | else if(d=60){
| ^
/in/foo.c:16:28: error: lvalue required as left operand of assignment
16 | else if(b+1=60){
| ^
/in/foo.c:29:28: error: lvalue required as left operand of assignment
29 | else if(b+1=60){
| ^
/in/foo.c:29:17: note: '-Wmisleading-indentation' is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
29 | else if(b+1=60){
| ^~~~
/in/foo.c:29:17: note: adding '-flarge-source-files' will allow for more column-tracking support, at the expense of compilation time and memory
/in/foo.c:38:1: error: expected declaration or statement at end of input
38 | }
| ^
/in/foo.c:38:1: error: expected declaration or statement at end of input
/in/foo.c:38:1: error: expected declaration or statement at end of input