Run id: 121179

Main.cc: In function 'int main()':
Main.cc:5:22: error: expected unqualified-id before ';' token
     int a[101],n,s=0,;
                      ^
Main.cc:9:6: error: 'p' was not declared in this scope
      p+=a[i];
      ^
Main.cc:11:2: error: 'p' was not declared in this scope
  p=p/5;
  ^