因为当时没注意作者,所以这里也不好写出处了,膜拜大牛吧
#include <stdio.h>
#include <stdlib.h>
int pow2(int n)
{
return n * n;
}
int main()
{
int i,j;
freopen("what.html","w+",stdout);
for(i = 0;i < 18; printf("<br />") && i++)
for(j = 0;j < 96;j++)
if(j < 17)
printf((i < 2 && j > 3 && j < 13) || (i > 15 && j > 3 && j < 13) || (j > 5 && j < 11)? "*": " ");
else if(j < 56 && i < 6)
printf(pow2(9 - i) + pow2((j < 37? 26: 46) - j) < 91? "*": " ");
else if(j < 56)
printf(pow2(-3 - i) + pow2(36 - j) < 421? "*": " ");
else if(i < 6)
printf(pow2(1 - i) + pow2(76 - j) < 280 && pow2(1 - i) + pow2(76 - j) > 99? "*": " ");
else
printf(pow2(2 - i) + pow2(76 - j) < 285 && pow2(2 - i) + pow2(76 - j) > 110? "*": " ");
freopen("","",stdout);
system("what.html");
}