fork download
  1. MClass::MClass(int a1, int a2, int b1, int b2):
  2. A(a1,a2),
  3. B(b1,b2)
  4. {}
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:1: error: 'MClass' does not name a type
 MClass::MClass(int a1, int a2, int b1, int b2):
 ^
stdout
Standard output is empty