Run id: 134371
Main.cc: In function 'int main()':
Main.cc:4:7: error: expected unqualified-id before '>>' token
int >>a>>b>>c>>d;
^
Main.cc:5:30: error: 'a' was not declared in this scope
scanf("%1d,%1d,%1d,%1d",&a,&b,&c,&d);
^
Main.cc:5:33: error: 'b' was not declared in this scope
scanf("%1d,%1d,%1d,%1d",&a,&b,&c,&d);
^
Main.cc:5:36: error: 'c' was not declared in this scope
scanf("%1d,%1d,%1d,%1d",&a,&b,&c,&d);
^
Main.cc:5:39: error: 'd' was not declared in this scope
scanf("%1d,%1d,%1d,%1d",&a,&b,&c,&d);
^