Run id: 138182

Main.cc: In function 'int main()':
Main.cc:5:14: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
              ^
Main.cc:5:16: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                ^
Main.cc:5:18: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                  ^
Main.cc:5:20: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                    ^
Main.cc:5:22: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                      ^
Main.cc:5:24: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                        ^
Main.cc:5:26: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                          ^
Main.cc:5:28: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                            ^
Main.cc:5:29: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,s,d,f,g,h,j,k,l,p;
                             ^
Main.cc:7:5: error: expected ';' before 'return'
     return 0;
     ^