using System;
public class Program
{
public static void Main()
{ int I;
rational aps = new rational (1,100);
Rational dve = new Rational (2);
Rational xs = new Rational (0,1);
Rational x = new Rational(0,1);
I = int.Parse
}