fork download
  1. using static System.Console;
  2.  
  3. public class Program {
  4. public static void Main() => WriteLine((3.1415.ToString()).Split('.')[1].Length);
  5. }
  6.  
  7. //https://pt.stackoverflow.com/q/90782/101
Success #stdin #stdout 0.02s 16296KB
stdin
Standard input is empty
stdout
4