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
sitjreoit
Umbraco
for (int i= 2 ; i==5 ; i++)
dice roll
ShakerSort
simult 3x3
RegEx
D13
Events
Binary Search Tree