fork download
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. string Christmastree = R"(
  8. a/~~\a
  9. a/****\a
  10. a/~J~~ ⃝\a
  11. a/********\a
  12. a/~~ ⃝~~J~~~\a
  13. a/*******J****\a
  14. a/~J~~~~~~~ ⃝~~~\a
  15. a/*****J**********\a
  16. a/~ ⃝~~~~~~ ⃝~~J~~~~\a,
  17. | |
  18. | |
  19. | |
  20. )";
  21.  
  22.  
  23. cout << Christmastree;
  24. }
  25.  
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
                                      ☆
                                    a/~~\a
                                   a/****\a
                                  a/~J~~ ⃝\a
                                 a/********\a
                                a/~~ ⃝~~J~~~\a
                               a/*******J****\a
                              a/~J~~~~~~~ ⃝~~~\a
                             a/*****J**********\a
                            a/~ ⃝~~~~~~ ⃝~~J~~~~\a,
                                   |    |
                                   |    |
                                   |    |