Run id: 137482

Main.cc: In function 'int main()':
Main.cc:10:13: error: request for member 'find' in 'a', which is of non-class type 'char [64]'
     int e=a.find()-1;
             ^
Main.cc:14:6: error: expected ';' before '}' token
      }
      ^
Main.cc:17:6: error: expected ';' before '}' token
      }
      ^
Main.cc:9:16: warning: unused variable 'x' [-Wunused-variable]
     double s=0,x=2;
                ^