11
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
int i = 0, j = 10, k = 100;
8
9
Console.WriteLine(k);
10
}
11
}
Cached Result
test1
test2
test3
test2
test3