Run id: 152006
Main.cc: In function 'int main()':
Main.cc:5:7: error: expected primary-expression before '%' token
scan(%3d%1d,&a&b);
^
Main.cc:5:8: error: unable to find numeric literal operator 'operator""d'
scan(%3d%1d,&a&b);
^
Main.cc:5:8: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
Main.cc:5:11: error: unable to find numeric literal operator 'operator""d'
scan(%3d%1d,&a&b);
^
Main.cc:5:11: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
Main.cc:5:17: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
scan(%3d%1d,&a&b);
^
Main.cc:5:18: error: 'scan' was not declared in this scope
scan(%3d%1d,&a&b);
^