#include using namespace std; const int arr_size = 11; int main () { int arr[arr_size]={0,-2,0,-10,2,-1,0,0,3,2,-3}; return 0; }