using System; using System; public class X { static int Main () { int a=5; return a; } }