中级光能
关于Thunder3.0,以后将会出现
Hawthornh和他的猫Light
玩法会更新迷宫与XXS
————————————————————————
关于剧情,All three coexist
也就Both heart and mind
The spirit is dying
Mentally and physically dead
-----------------------------------------------------------
哇哈哈哈哈哈哈哈哈……(本人已送到合肥四院)
宣海宁在2021-01-31 23:27:03追加了内容
#include<iostream>
#include<cmath>
#include<windows.h>
using namespace std;
int j=40;
int main()
{
float x, y;
while(j>=0)
{
system("Cls");
for (y = 1.5f; y > -1.5f; y -= 0.1f)
{
for (x = -1.5f; x < 1.5f; x += 0.05f)
{
float a = x * x + y * y - 1;
if ((a*a*a - x * x*y*y*y) <= j)//心形方
cout << '*';
else cout << " ";
}
cout << endl;
}
Sleep(5);
j--;
}
Sleep(1000);
return 0;
}
宣海宁在2021-04-17 13:28:39追加了内容
宣海宁在2021-04-17 21:17:31追加了内容
宣海宁在2021-05-01 10:16:12追加了内容
签名
如果你们在这么水的话,酷町问答会关闭的!!!!
宣海宁在2021-07-03 22:07:26追加了内容
中级光能