Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
12
//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) { int [] mass= new int []{17,32,24,75,29,96}; for (int i=1; i<mass.Length; i++ ) { if (mass[i-1]>mass[i]) {int buf = mass[i-1]; mass[i-1]=mass[i]; mass[i]=buf; for (int j=i-1; j>0; j-- ) { if(mass[j]<mass[j-1]) { int bufVnut = mass[j-1]; mass[j-1]=mass[j]; mass[j]=bufVnut; } } } } for(int i=0; i<mass.Length; i++) Console.WriteLine("m["+i+"]="+mass[i]); } } }
run
|
edit
|
history
|
help
0
Fff
Hello world... I need cc!!
How to use Lambda expression wiht generic delegate
test_hash
Date Comparison
services
*271*271#
http://codegolf.stackexchange.com/questions/82526/sum-it-up-with-a-digital-triangle C# solution
Abstract Class
string test