当前位置:网站首页>[Valentine's day] - you can change your love and write down your lover's name
[Valentine's day] - you can change your love and write down your lover's name
2022-07-04 06:50:00 【Li Jibo】
Come and try it !
#include<stdio.h>
#include <windows.h>
int main()
{
system("mode con cols=80 lines=35");
double x,y,a;
printf(" XXX , I love you! !\n");
for(y=1.5;y>-1.5;y-=0.1)
{
for(x=-1.5;x<1.5;x+=0.045)
{
a=x*x+y*y-1;
if(a*a*a-x*x*y*y*y<=0)
{
printf("*");
Sleep(1);
}
else
printf(" ");
}
printf("\n");
}int time;
for (;;)
{
system("color A");
for (time = 0; time<99999999; time++);
system("color B");
for (time = 0; time<99999999; time++);
system("color C");
for (time = 0; time<99999999; time++);
system("color D");
for (time = 0; time<99999999; time++);
system("color E");
for (time = 0; time<99999999; time++);
system("color F");
for (time = 0; time<99999999; time++);
system("color 0");
for (time = 0; time<99999999; time++);
system("color 1");
for (time = 0; time<99999999; time++);
system("color 2");
for (time = 0; time<99999999; time++);
system("color 3");
for (time = 0; time<99999999; time++);
system("color 4");
for (time = 0; time<99999999; time++);
system("color 5");
for (time = 0; time<99999999; time++);
system("color 6");
for (time = 0; time<99999999; time++);
system("color 7");
for (time = 0; time<99999999; time++);
system("color 8");
for (time = 0; time<99999999; time++);
system("color 9");
}
return 0;
}
【 Thank you for watching 】
边栏推荐
- Latex中的单引号,双引号如何输入?
- Uniapp applet subcontracting
- Redis面试题集
- Redis interview question set
- How does the recv of TCP socket receive messages of specified length?
- 17-18. Dependency scope and life cycle plug-ins
- 7. Agency mode
- Cervical vertebra, beriberi
- leetcode825. Age appropriate friends
- Shopping malls, storerooms, flat display, user-defined maps can also be played like this!
猜你喜欢
leetcode825. 适龄的朋友
[network data transmission] FPGA based development of 100M / Gigabit UDP packet sending and receiving system, PC to FPGA
About how idea sets up shortcut key sets
Campus network problems
[MySQL] introduction, function, creation, view, deletion and modification of database view (with exercises)
[backpack DP] backpack problem
regular expression
[number theory] fast power (Euler power)
Overview of convolutional neural network structure optimization
selenium驱动IE常见问题解决Message: Currently focused window has been closed.
随机推荐
P26-P34 third_ template
金盾视频播放器拦截的软件关键词和进程信息
Tree DP
运算符<< >>傻瓜式测试用例
The sorting in C language realizes the number sorting method from small to large
tars源码分析之5
tcp socket 的 recv 如何接收指定长度消息?
MySQL 45 lecture learning notes (XIV) count (*)
CORS is not intended to protect API endpoints - nikofischer
Modify TCP timestamp to optimize transmission performance
MySQL learning notes 3 - JDBC
Selenium ide plug-in download, installation and use tutorial
List of top ten professional skills required for data science work
The final week, I split
24 magicaccessorimpl can access the debugging of all methods
How notepad++ counts words
tars源码分析之7
Background and current situation of domestic CDN acceleration
11. Dimitt's law
Mysql 45讲学习笔记(七)行锁