Run id: 152008

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