Skip to content

Instantly share code, notes, and snippets.

@tsk-arh
tsk-arh / junior1
Last active February 10, 2024 09:54
Гладиаторы урезанные
using System;
using System.Collections.Generic;
using System.Threading;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
{
@tsk-arh
tsk-arh / junior1
Last active February 12, 2024 16:22
ЗАДАНИЕ Объединение войск
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
{
@tsk-arh
tsk-arh / junior1
Last active February 12, 2024 16:02
ЗАДАНИЕ Отчёт о вооружении
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
{
@tsk-arh
tsk-arh / junior1
Last active February 2, 2024 16:02
ЗАДАНИЕ Определение просрочки
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
{
@tsk-arh
tsk-arh / junior1
Last active February 12, 2024 14:48
ЗАДАНИЕ Топ игроков сервера
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Remoting.Metadata.W3cXsd2001;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
@tsk-arh
tsk-arh / junior1
Last active February 12, 2024 10:41
ЗАДАНИЕ Анархия в больнице
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
{
@tsk-arh
tsk-arh / junior1
Last active February 12, 2024 13:30
ЗАДАНИЕ Амнистия
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
{
@tsk-arh
tsk-arh / junior1
Last active February 12, 2024 10:01
ЗАДАНИЕ Поиск преступника
using System;
using System.Collections.Generic;
using System.Linq;
namespace ConsoleApp4
{
internal class Program
{
static void Main(string[] args)
{
@tsk-arh
tsk-arh / junior1
Last active February 10, 2024 14:23
ЗАДАНИЕ Автосервис
using System;
using System.Collections.Generic;
namespace ConsoleApp11
{
internal class Program
{
static void Main(string[] args)
{
Service service = new Service();
@tsk-arh
tsk-arh / junior1
Last active February 9, 2024 19:48
ЗАДАНИЕ Зоопарк
using System;
using System.Collections.Generic;
namespace ConsoleApp9
{
internal class Program
{
static void Main(string[] args)
{
Zoo zoo = new Zoo();