fork download
  1. #include <iostream>
  2. #include <stdint.h>
  3. using namespace std;
  4.  
  5. #if __cplusplus <= 199711L
  6. typedef uint16_t char16_t;
  7. #endif
  8.  
  9. int main() {
  10. char16_t test;
  11. return 0;
  12. }
Success #stdin #stdout 0s 3092KB
stdin
Standard input is empty
stdout
Standard output is empty