Run id: 150530

Main.cc: In function 'int main()':
Main.cc:4:17: error: expected ',' or ';' before 'l'
 int a[100000]={}l,m,s1=0;
                 ^
Main.cc:5:9: error: 'l' was not declared in this scope
    cin>>l>>m;
         ^
Main.cc:5:12: error: 'm' was not declared in this scope
    cin>>l>>m;
            ^
Main.cc:12:5: error: 's1' was not declared in this scope
     s1+=1;
     ^
Main.cc:14:14: error: 's1' was not declared in this scope
    cout<