using System;
public class Program
{
public static void Main()
string gay = "you gay lol";
string numbers = "";
string oof = "";
string lmao = "";
for (int i = 0; i < gay.Length; i++)
char lol = gay[i];
int xd = (int)lol;
numbers = xd.ToString("D3");
oof = oof + numbers;
}
oof = String.Format("{0:N}", oof);
Console.WriteLine(oof);