fork download
  1. class M{
  2. static String c(){
  3. String n = "\n",
  4. p = "|",
  5. q = p + n,
  6. x = "\\::\\",
  7. s = " ",
  8. z = s;
  9. return "()()()()()()" + n + p + "\\" + 3.1415926 + q + p + ":\\53589793" + q + x + 2384626 + q + s
  10. + x + 433832 + q + (z += s) + x + 79502 + q + (z += s) + x + 8841 + q
  11. + (z += s) + x + 971 + q + (z += s) + x + 69 + q + (z += s) + x + 3 + q
  12. + (z += s) + "\\__\\|";
  13. }
  14.  
  15. public static void main(String[] a){
  16. System.out.println(c());
  17. }
  18. }
Success #stdin #stdout 0.04s 711168KB
stdin
Standard input is empty
stdout
()()()()()()
|\3.1415926|
|:\53589793|
\::\2384626|
 \::\433832|
  \::\79502|
   \::\8841|
    \::\971|
     \::\69|
      \::\3|
       \__\|