fork download
  1. //Title of this code
  2.  
  3. #include <iostream>
  4. #include <string>
  5.  
  6. enum class Foo : long long { a, b };
  7.  
  8. int main()
  9. {
  10.  
  11.  
  12. }
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty