当前位置:网站首页>[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 】
边栏推荐
- tars源码分析之5
- Explain in one sentence what social proof is
- MySQL learning notes 3 - JDBC
- Since DMS is upgraded to a new version, my previous SQL is in the old version of DMS. In this case, how can I retrieve my previous SQL?
- Common usage of time library
- 校园网络问题
- 在已經知道錶格列勾選一個顯示一列
- Summary of June 2022
- Shopping malls, storerooms, flat display, user-defined maps can also be played like this!
- What is a spotlight effect?
猜你喜欢
selenium IDE插件下载安装使用教程
[GF (q) + LDPC] regular LDPC coding and decoding design and MATLAB simulation based on the GF (q) field of binary graph
Appium foundation - appium installation (II)
uniapp小程序分包
Fundamentals of SQL database operation
leetcode 310. Minimum Height Trees
[number theory] fast power (Euler power)
notepad++如何统计单词数量
Uniapp applet subcontracting
C # symmetric encryption (AES encryption) ciphertext results generated each time, different ideas, code sharing
随机推荐
[MySQL] introduction, function, creation, view, deletion and modification of database view (with exercises)
MySQL relearn 2- Alibaba cloud server CentOS installation mysql8.0
MySQL 45 lecture learning notes (VI) global lock
How can the old version of commonly used SQL be migrated to the new version?
Mysql 45讲学习笔记(七)行锁
Redis面试题集
响应式移动Web测试题
Common JS tool Libraries
Google Chrome Portable Google Chrome browser portable version official website download method
Operator < <> > fool test case
Tar source code analysis 8
[FPGA tutorial case 8] design and implementation of frequency divider based on Verilog
uniapp小程序分包
Latex中的单引号,双引号如何输入?
leetcode825. 适龄的朋友
MySQL 45 lecture learning notes (VII) line lock
uniapp 自定义环境变量
Mysql 45讲学习笔记(六)全局锁
Summary of June 2022
Tar source code analysis 9