foo.cc: In function 'int main()':
foo.cc:5:11: error: expected initializer before 'B'
     int A B;
           ^
foo.cc:6:7: error: 'A' was not declared in this scope
  1 <= A,B <= 50000;
       ^
foo.cc:6:9: error: 'B' was not declared in this scope
  1 <= A,B <= 50000;
         ^
foo.cc:7:2: error: 'cout' was not declared in this scope
  cout<<A*B<<endl;
  ^~~~
foo.cc:7:13: error: 'endl' was not declared in this scope
  cout<<A*B<<endl;
             ^~~~
foo.cc:7:13: note: suggested alternative: 'enum'
  cout<<A*B<<endl;
             ^~~~
             enum
   
  
    [Hydro](https://hydro.ac)提供评测服务