Guest User

Untitled

a guest
Dec 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using System.Numerics;using System;namespace PE20{class PE20{static BigInteger final = 1;public static void Main(string[] args){for(BigInteger i = 1; i < 101; i++){final *= i;Console.WriteLine(final);}}}}
Add Comment
Please, Sign In to add comment