fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. const char query[] = R"foo(<?xml version="1.0" standalone="no"?> \
  6. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" \
  7.  "http://w...content-available-to-author-only...3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> \
  8. <svg version="1.0" xmlns="http://w...content-available-to-author-only...3.org/2000/svg" \
  9.  width="15.000000pt" height="16.000000pt" viewBox="0 0 15.000000 16.000000" \
  10.  preserveAspectRatio="xMidYMid meet"> \
  11. \
  12. <g transform="translate(0.000000,16.000000) \
  13. scale(0.100000,-0.100000)" \
  14. fill="#000000" stroke="none"> \
  15. <path d="M12 138 c-7 -7 -12 -34 -12 -60 0 -42 3 -48 24 -54 14 -3 33 -4 43 \
  16.   -1 10 3 5 5 -14 6 -17 0 -35 6 -39 12 -4 8 4 9 27 5 l34 -5 -32 11 c-49 16 \
  17.   -40 25 17 18 28 -4 50 -3 50 1 0 4 -21 9 -47 11 -65 4 -66 23 -1 22 l53 -2 \
  18.   -48 7 c-26 3 -47 11 -47 16 0 6 21 13 47 16 l48 6 -45 1 c-26 1 -51 -3 -58 \
  19.   -10z"/> \
  20.   <path d="M122 88 c-2 -44 -6 -58 -19 -61 -15 -4 -14 -5 2 -6 12 0 27 -7 35 \
  21.   -14 12 -10 12 -9 3 3 -7 9 -14 43 -16 75 l-3 60 -2 -57z"/> \
  22.   </g> \
  23.   </svg> \
  24.   )foo";
  25. return 0;
  26. }
Success #stdin #stdout 0.01s 5508KB
stdin
Standard input is empty
stdout
Standard output is empty