fork download
  1. class B {
  2. static enum{ONE};
  3. };
  4.  
  5. int main() {
  6. return 0;
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2:20: error: a storage class can only be specified for objects and functions
stdout
Standard output is empty