Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C:\Documents and Settings\Админ\Рабочий стол\ШЭ информатика
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; namespace Rextester { public class Program { public static void Main(string[] args) { int s =Convert.ToInt32( Console.ReadLine()); int x =Convert.ToInt32(Console.ReadLine()); if(s+x==1) Console.WriteLine("first"); else if((s+x)%4==3||(s+x)%4==0)Console.WriteLine("first"); else Console.WriteLine("second"); } } }
run
|
edit
|
history
|
help
0
Print Matrix To Screen (with little pretty box)
Upgrade
Nuzrath 284
Fórum ➡ Border of a string S with at least 3 non-overlapping solutions ( yield version ) ♦
Convert string to TimeSpan in C#
Sample Code
IEqatable simple object compare
Basic classes
Hi
swap using xor