using System; public class Laba1 { public static void Main(string[] args) { var a = 1; var b = 0; var n = 2; var m = 2; var c = 4; } }