fork(5) download
  1. #include <iostream>
  2. using namespace std;
  3. int main(){
  4. char derps[45] = {0b01000100, 0b01110010, 0b01100001, 0b01100111, 0b01101111,
  5. 0b01101110, 0b00100000, 0b01001110, 0b01100101, 0b01110011,
  6. 0b01110100, 0b00100000, 0b01101100, 0b01100101, 0b01110110,
  7. 0b01100101, 0b01101100, 0b00100000, 0b00110101, 0b00110000,
  8. 0b00100000, 0b01100011, 0b01100001, 0b01110000, 0b00100000,
  9. 0b01101001, 0b01110011, 0b00100000, 0b01100011, 0b01101111,
  10. 0b01101101, 0b01101001, 0b01101110, 0b01100111, 0b00100000,
  11. 0b01110100, 0b01101000, 0b01101001, 0b01110011, 0b00100000,
  12. 0b01101101, 0b01101111, 0b01101110, 0b01110100, 0b01101000};
  13. for(int i = 0;i<45;i++) cout << derps[i];
  14. return 0;
  15. }
Success #stdin #stdout 0.02s 2680KB
stdin
Standard input is empty
stdout
Dragon Nest level 50 cap is coming this month