fork download
  1. "...............",
  2. ".#####..###....",
  3. ".#.#.#..#.#....",
  4. ".#####..###....",
  5. "...............",
  6. "...............",
  7. "...............",
  8. "...............",
  9. "...............",
  10. "...............",
  11. "...............",
  12. "...............", "...............", "...............", "..............."},
  13. {"...............",
  14. ".#######.......",
  15. ".#.#.#.#..#....",
  16. ".#######..#....",
  17. "...............", "...............", "...............", "...............", "...............", "...............", "...............", "...............", "...............", "...............", "..............."}}
  18.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:1: error: expected unqualified-id before string constant
 "...............",
 ^
prog.cpp:12:75: error: expected declaration before '}' token
 "...............", "...............", "...............", "..............."},
                                                                           ^
stdout
Standard output is empty