myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
N

@NandhuTheCoder

String Factoring

C#
3 years ago
using System; using System.Linq; using System.Collections.Generic; namespace MyCompiler { class Program { public static void Main(string[] args) { StringFactor(new int[] { 2, 2, 2, 3, 3 }); StringFactor(new int[] { 2, 7 });

Find Number of Repetitions of Substring

C#
3 years ago
using System; using System.Text.RegularExpressions; namespace MyCompiler { class Program { public static void Main(string[] args) { Console.WriteLine("Hello world!"); NumberOfRepeats("abcabcabcabc" ); NumberOfRepeats("bcbcbc");

Smallest Missing Positive Integer

C#
3 years ago
using System; using System.Linq; using System.Text.RegularExpressions; namespace MyCompiler { class Program { public static void Main(string[] args) {

Count of Repeating Substring using Regex

C#
3 years ago
using System; using System.Linq; using System.Text.RegularExpressions; namespace MyCompiler { class Program { public static void Main(string[] args) {

Moran Number

C#
3 years ago
using System; using System.Linq; using System.Text.RegularExpressions; namespace MyCompiler { class Program { public static void Main(string[] args) { Console.WriteLine(Moran(3030));

Creating a Picture Frame

C#
3 years ago
using System; using System.Linq; namespace MyCompiler { class Program { public static void Main(string[] args) { Console.WriteLine("Hello world!"); frame(4,5,'#'); frame1(10, 3, '*');
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us