Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Olymp
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { List<int> info = Cin(); int x = info[0]; int n = info[1]; } public static List<int> Cin() { return Console.ReadLine().Split().Select(t => int.Parse(t)).ToList(); } public static void Cout(int s) { Console.WriteLine(s); } } }
run
|
edit
|
history
|
help
0
test type casting
Product, Category, Composition and Inheritance
h
array tipo string
NumsToVars
my wall
frgthyji8u7ytgfd
Ranges thing
Classes-and-Structures.cs
tool