当前位置:网站首页>[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 】
边栏推荐
- [backpack DP] backpack problem
- what the fuck! If you can't grab it, write it yourself. Use code to realize a Bing Dwen Dwen. It's so beautiful ~!
- tars源码分析之5
- leetcode 310. Minimum Height Trees
- MySQL 45 lecture learning notes (12) MySQL will "shake" for a while
- 1、 Relevant theories and tools of network security penetration testing
- MySQL 45 lecture learning notes (XIII) delete half of the table data, and the table file size remains the same
- Another company raised the price of SAIC Roewe new energy products from March 1
- Download kicad on Alibaba cloud image station
- 8. Factory method
猜你喜欢
uniapp 自定义环境变量
leetcode825. 适龄的朋友
Mobile adaptation: vw/vh
2022 wechat enterprise mailbox login entry introduction, how to open and register enterprise wechat enterprise mailbox?
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
Tree DP
The solution of win11 taskbar right click without Task Manager - add win11 taskbar right click function
notepad++如何统计单词数量
ORICO ORICO outdoor power experience, lightweight and portable, the most convenient office charging station
Responsive mobile web test questions
随机推荐
2022年6月小结
Selenium driver ie common problem solving message: currently focused window has been closed
【网络数据传输】基于FPGA的百兆网/兆网千UDP数据包收发系统开发,PC到FPGA
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
What is Gibson's law?
Software keywords and process information intercepted by Golden Shield video player
Uniapp applet subcontracting
Download address of the official website of national economic industry classification gb/t 4754-2017
Redis面试题集
[FPGA tutorial case 8] design and implementation of frequency divider based on Verilog
Variables d'environnement personnalisées uniapp
Mysql 45讲学习笔记(十)force index
Redis interview question set
Which water in the environment needs water quality monitoring
How notepad++ counts words
Boast about Devops
tars源码分析之6
采用中微BATG135实现IIC数据/指令交互
tars源码分析之1
[problem record] 03 connect to MySQL database prompt: 1040 too many connections