Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
int main()
{
int x=0;
int y=1;
int ans=0;
while(y<4000000)
{
int temp=y+x;
/// <summary>
/// This class Converts Money to text in Arabic
/// </summary>
public class MoneyToText
{
static string[] ones ={ "صفر",
"واحد",
"اثنان",
"ثلاثه",
"اربعه",
static void Main(string[] args)
{
Stopwatch sw = new Stopwatch();
sw.Start();
long num = 600851475143;
int start = 2;
while (!isprime(num))
{
while (num % start != 0)
static void Main(string[] args)
{
Stopwatch sw = new Stopwatch();
sw.Start();
Dictionary<int, int> results = new Dictionary<int, int>();
int i1 = 999, i2 = 999;
int biggest1 = 0, biggest2 = 0;
while (biggest1 <= biggest2)
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace sqr
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
using System.Threading.Tasks;
namespace sqr
{
class result
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace pandigital
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace codejam
{
class T9
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace Rotate
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Facebook;
namespace fbBot
{
public class FB
{