fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. #define __CODEGEARC__ (1632)
  5.  
  6. int main() {
  7. #if __CODEGEARC__ == 1632
  8. cout << "XE4" << endl;
  9. #endif
  10.  
  11. #if __CODEGEARC__ == 1840
  12. cout << "10.2 Tokyo" << endl;
  13. #endif
  14. return 0;
  15. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
XE4