fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. char m1[] = { 0x63, 0x75, 0x72, 0x73, 0x65, 0x64 };
  7.  
  8. char m11[] = { 0x65, 0x72, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x20, 0x37, 0x2e, 0x35, 0x2c, 0x20, 0x77, 0x68, 0x69, 0x63, 0x68, 0x20, 0x43, 0x72, 0x6f, 0x74, 0x65, 0x61, 0x6d, 0x20, 0x68, 0x61, 0x76, 0x65, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x6c, 0x79, 0x20, 0x6d, 0x61, 0x64, 0x65, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x75, 0x73, 0x2e};
  9. for( auto i : m1) {
  10. cout << i;
  11. }
  12. return 0;
  13. }
Success #stdin #stdout 0.01s 5440KB
stdin
Standard input is empty
stdout
cursed