赞
踩
using System;
namespace 告白代码1
{
class Program
{
static void Main()
{
for (int l = 0, m = 1; l < 30; l++)
for (int i = 0; i < new[] { 5,6,7,6,8,10,3,10,4,13,1,13,1,87,1,27,4,23,7,20,11,16,16,11,20,7,24,3,27,1 }[l]; i++, m++)
System.Console.Write((l%2>0?"love"[m%4]:' ')+(m%29>0?" ":"\n"));
Console.ReadLine();
}
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。