using System;
public class Program
{
public static void Main()
int i=1;
double d=3.4;
bool b=i==3;
char c='4';
string s="yoni hagever";
}