fork download
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Security.Cryptography.X509Certificates;
  4. namespace example1
  5. {
  6. internal class Program
  7. {
  8. public static void Main(string[] args )
  9. {
  10. int x = Console.Read();
  11. x = Convert.ToInt32(Console.ReadLine());
  12. x = Convert.ToInt32(Console.ReadLine());
  13. Console.WriteLine("z1=" +(1+4*Math.Cos(4*x)-5*Math.Pow(Cos,2)*2*x/Math.Sin(2*x)*(1+Math.Cos2*x));
  14. Console.WriteLine("z2=" +(Math.Pow((2/5), x-2)+Math.Pow(Cos, 3)*x/Math.Pow(Sin, 2)*(1+Math.Pow(Tg, 2)*x));
  15.  
  16. }
  17.  
  18. }
  19.  
  20. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(13,96): error CS1525: Unexpected symbol `;', expecting `)' or `,'
prog.cs(14,105): error CS1525: Unexpected symbol `;', expecting `)' or `,'
Compilation failed: 2 error(s), 0 warnings
stdout
Standard output is empty