Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Staircase
//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 int N = int.Parse(Console.ReadLine()); for (int i = 0; i < N; i++) Console.WriteLine(new String('#', i + 1).PadLeft(N, ' ')); } } }
run
|
edit
|
history
|
help
0
all possible sub strings of a given string
Intuit // C# // Lecture_4 // Laba_#2 _ZAD#2
Math Prime Numbers
Distinct of the given array with each element occurence
MyUDA03Code0419-1176.cs
test2
Plt-D v.0.9.3.1
simultQ
RRE
CultureInfo example