/in/foo.cc: In function 'int main()':
/in/foo.cc:12:20: warning: init-statement in selection statements only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions]
12 | if(a[i]<=min)
| ^
/in/foo.cc:12:26: error: 'min\U0000ff09' was not declared in this scope
12 | if(a[i]<=min)
| ^~~~~
/in/foo.cc:14:9: error: expected primary-expression before '}' token
14 | }
| ^
/in/foo.cc:13:29: error: expected ')' before '}' token
13 | min=a[i];
| ^
| )
14 | }
| ~
/in/foo.cc:12:19: note: to match this '('
12 | if(a[i]<=min)
| ^
/in/foo.cc:14:9: error: expected primary-expression before '}' token
14 | }
| ^