Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    \$\begingroup\$ Stunning, really. \$\endgroup\$ Commented Dec 28, 2015 at 15:46
  • 6
    \$\begingroup\$ Wouldn't Write(new string('1',70)) be better? \$\endgroup\$ Commented Dec 28, 2015 at 18:02
  • 1
    \$\begingroup\$ You can write it out as a double rather than a string, which shortens it to 10^56 : class A{static void Main(){System.Console.Write(1e56);}} \$\endgroup\$ Commented Dec 30, 2015 at 17:00
  • 1
    \$\begingroup\$ @goric That just outputs 1E+56. \$\endgroup\$ Commented Dec 30, 2015 at 17:50