fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. enum {
  5. ASHU1 = 10,
  6. ASHU2 = 20,
  7. ASHU3
  8. }ashu;
  9. int main() {
  10.  
  11. int a = static_cast<int>(ASHU3);
  12.  
  13. cout<<a;
  14. std:;string quote("\"");
  15. return 0;
  16. }
Success #stdin #stdout 0s 4416KB
stdin
Standard input is empty
stdout
21