fork download
  1. using System;
  2.  
  3. public class Program
  4. {
  5. public static void Main()
  6. {
  7.  
  8. Console.Write(" Привіт усім");
  9.  
  10. int a = Convert.ToInt32(Console.ReadLine());
  11. Console.Write(" Відповідь = "+a);
  12.  
  13.  
  14. // your code goes here
  15. }
  16.  
  17. }
Success #stdin #stdout 0.03s 26296KB
stdin
Standard input is empty
stdout
 Привіт усім Відповідь = 0