Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class PrintADeckOf52Cards
{
static void Main()
using System;
class NewHouse
{
static void Main()
{
var n = int.Parse(Console.ReadLine());
var roof = (n / 2) + 1;
var star = '*';
using System;
using System.Globalization;
using System.Threading;
class AgeAfter10Years
{
static void Main()
{
Thread.CurrentThread.CurrentCulture = new CultureInfo("bg-BG");
CultureInfo currentCulture = Thread.CurrentThread.CurrentCulture;
using System;
using System.Threading;
using System.Globalization;
//Write a program that reads 3 real numbers from the console and prints their sum.
class SumOfThreeNumbers
{
static void Main(string[] args)