Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Великий и могучий РУСЯЗ
//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) { string[] alph=new string[]{"раз","два","три","четыре","пять","шесть","семь","восемь","девять","десять"}; string text=Console.ReadLine(); for(int i=alph.Count()-2;i>=0;i--) { text=text.Replace(alph[i],alph[i+1]); } Console.WriteLine(text); } } }
run
|
edit
|
history
|
help
0
kod 1
Milimeters
memes
Problem: rstring
All
timeleft
Order of Ops Decimals 5.1 (changed result.ToString(fmt2))
My Wall
PrecisionTester
congtodien