当前位置:网站首页>[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 】
边栏推荐
- Background and current situation of domestic CDN acceleration
- tars源码分析之1
- 2022年,或許是未來10年經濟最好的一年,2022年你畢業了嗎?畢業後是怎麼計劃的?
- MySQL 45 lecture learning notes (12) MySQL will "shake" for a while
- what the fuck! If you can't grab it, write it yourself. Use code to realize a Bing Dwen Dwen. It's so beautiful ~!
- Check and display one column in the known table column
- Highly paid programmers & interview questions: how does redis of series 119 realize distributed locks?
- 运算符<< >>傻瓜式测试用例
- Mysql 45讲学习笔记(七)行锁
- Tar source code analysis 8
猜你喜欢

leetcode825. 适龄的朋友

Bottom problem of figure

关于IDEA如何设置快捷键集

17-18. Dependency scope and life cycle plug-ins

regular expression

【网络数据传输】基于FPGA的百兆网/兆网千UDP数据包收发系统开发,PC到FPGA

P26-P34 third_ template

what the fuck! If you can't grab it, write it yourself. Use code to realize a Bing Dwen Dwen. It's so beautiful ~!

selenium IDE插件下载安装使用教程

响应式移动Web测试题
随机推荐
If there are two sources in the same job, it will be reported that one of the databases cannot be found. Is there a boss to answer
tcp socket 的 recv 如何接收指定长度消息?
校园网络问题
抽奖系统测试报告
8. Factory method
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
Mysql 45讲学习笔记(十二)MySQL会“抖”一下
Bottom problem of figure
Selenium driver ie common problem solving message: currently focused window has been closed
期末周,我裂开
Matlab remainder
2022 wechat enterprise mailbox login entry introduction, how to open and register enterprise wechat enterprise mailbox?
Is the insurance annuity product worth buying? Is there a hole?
Tar source code analysis Part 3
[MySQL] introduction, function, creation, view, deletion and modification of database view (with exercises)
Displaying currency in Indian numbering format
tars源码分析之5
Option (024) - do all objects have prototypes?
图的底部问题
leetcode825. Age appropriate friends