Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Code1
//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; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { int x = 0; int y = 0; for (short z = 0; z < 3; z++) { if ((++x > 1) || (++y > 1)) { x++; } } Console.WriteLine(x + "" + y); } } }
run
|
edit
|
history
|
help
0
Sum Matrix Column
jkloikujyt5r4e3wsxdf
3 numper
Reverse And Shift Char in String
Bellman Ford algorithm helps to find the shortest path
Write a program to count the occurrence of each distinct item in the array?
Test
what do i wrong
111
unsorted array which has a number in the majority (a number appears more than 50% in the array