Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
RankingNumeric
//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) { var data = new List<int> { 10, 12, 7, 8, 7, 6, 3, 3, 4 }; var rankings = data.OrderByDescending(x => x).GroupBy(x => x) .SelectMany((g, i) => g.Select(e => new { Valor = e, Rank = i + 1 })) .ToList(); rankings.ForEach(x => { Console.WriteLine("{0}", x); }); } } }
run
|
edit
|
history
|
help
0
BaseUrl test
Конструктор классов + static
domain extraction
Check if string is palindrome
property and synthesize
Fórum ➡ Example of a "crippled" extension method ♦
Https://www.t.me/Govnoposti
MI
ARM
test