Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
hi
//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) { //Your code goes here var sum = 0; List<int> list = new List<int> { 10,5,0,8,10,1,4,0,10,1 }; list.Sort(); sum = list.Skip(3).Sum(); Console.WriteLine(sum); } } }
run
|
edit
|
history
|
help
0
static, private, public constructor in C#
Battle System Algorythm
Expression Tree - Demo2
Split and Join
DAY !
Two lines of Random number
SceneGraph Interviewee Task
Gjrkfo
Dijkstra’s shortest path algorithm
Bid Status