Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
asfdfsafasfsa
//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) { for (int i =1000; i < 10000; i++) {int toplam = 0; for (int j = 1; j < i; j++) {if (i%j==0){ toplam = toplam +j;} } if(toplam == i) { Console.WriteLine(i+" "); } } } } }
run
|
edit
|
history
|
help
0
Hello World!
3
Contraseña final
Bridge Design Patern
test
4647
Truncate String by Byte
matching parenthesis
Encryption Practice
Cells with Odd Values in a Matrix