0_0_38816604_4998.cpp: In function 'int main()':
0_0_38816604_4998.cpp:7:28: error: 'amp' was not declared in this scope
7 | scanf ( "%d %d" , &n , &k ) ;
| ^~~
0_0_38816604_4998.cpp:7:42: error: expected ';' before ')' token
7 | scanf ( "%d %d" , &n , &k ) ;
| ^~
| ;
0_0_38816604_4998.cpp:29:41: error: expected ';' before ')' token
29 | scanf ( "%d" , &s[i] ) ;
| ^~
| ;
|