Run id: 134658

Main.cc: In function 'int main()':
Main.cc:10:25: error: expected primary-expression before ';' token
 int n=101;int a[n],c,h= ; 
                         ^
Main.cc:12:6: error: 'inti' was not declared in this scope
 for (inti=1;i<=c;i++) { 
      ^
Main.cc:12:13: error: 'i' was not declared in this scope
 for (inti=1;i<=c;i++) { 
             ^