using System;class Sample { public static void Main() { Console.WriteLine(Environment.ProcessorCount); }}