转载一道蓝桥杯真题;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication2
{
class Program
{
static void Main(string[] args)
{
float y,x, z, f;
for (y =1.5f; y > -1.5f; y -= 0.1f)
{
for (x = -1.5f; x < 1.5f;x += 0.05f)
{
z = x * x + y * y – 1;
f = z * z * z – x * x * y * y * y;
Console.Write(f <= 0.0f ? “.:-=+*#%@”[(int)(f* -8.0f)] : ‘ ‘);
}
Console.WriteLine();
}
Console.ReadLine();
}
}
}
输出结构是
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/114865.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...