Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Interesting dictionary initialization syntax
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { Dictionary<string, double> dic = new Dictionary<string,double>() { {"s", 5} //never thought this would work }; Console.WriteLine(dic["s"]); } } }
run
|
edit
|
history
|
help
0
insertion sort
-Wall -std=c++14 -O0 -o a.out source_file.cpp
C# Extension Method
any predicate test
kod 1
https://www.facebook.com/gluncev
Square Integer Matrix
asdfrgyjukiuytre sdcd
12 და 14 მარტს დამუშავებული
Sort string collection by length