Run id: 88761

Main.cc: In function 'int main()':
Main.cc:8:17: error: 'n' was not declared in this scope
  for(int i=0;i<=n-1;i++){
                 ^
Main.cc:10:9: error: 's' was not declared in this scope
      if(s[i] > mx)
         ^
Main.cc:6:6: warning: unused variable 'la' [-Wunused-variable]
  int la = strlen(N);
      ^