fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. uchar* tmeis = 0x002d4fd4;
  7.  
  8. return 0;
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:6:2: error: ‘uchar’ was not declared in this scope
  uchar* tmeis = 0x002d4fd4;
  ^~~~~
prog.cpp:6:9: error: ‘tmeis’ was not declared in this scope
  uchar* tmeis = 0x002d4fd4;
         ^~~~~
stdout
Standard output is empty