Run id: 132414

Main.cc: In function 'int main()':
Main.cc:5:5: error: expected initializer before 'while'
     while (cin>>A>>S){
     ^
Main.cc:4:9: warning: unused variable 'A' [-Wunused-variable]
     int A,S
         ^