using System; using System.Threading; class Program { private static int i = 0; private static volatile int j = 0; static void Main(string[] args) {