#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#define I 20
#define R 340
#include <string.h>
int main()
{
char answer[10];
printf("遇到你\n我才发现\n曾经所有的条件\n似乎都成了我等你的借口\n\n");
printf("我对你的感情已经决堤\n所以\n请允许我,从今往后映入你\n明媚的眼\n");
printf("我\n想和你\n耳鬓厮磨,相濡以沫!");
printf("答应我吧!\n输入yes,你可以看到我的真心\n");
scanf("%s", answer);
float y, x, z, f;
for (y = 1.5f; y > -1.5f; y -= 0.1f)
{
for (x = -1.5f; x < 1.5f; x += 0.05f)
{
z = x * x + y * y - 1;
f = z * z*z - x * x*y*y*y;
putchar(f <= 0.0f ? "*********"[(int)(f*-8.0f)] : ' ');
}
putchar('\n');
}
long 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");
}
getchar();
return 0;
}
运行效果:
printf函数使用注意事项
1、域宽
%d:按整型数据的实际长度输出。
如果想输出指定宽度可以指定域宽,%md--&gt;m域宽,打印出来以后,在控制台上,显示m位;
如果我们要打印的数的位数如果超过我们设定m则原样输出;
如果我们要打印的数的位数如果小于我们设定的位数,则补空白,具体如下:
如果m为正数,则左对齐(左侧补空白);
如果m为负数,则右对齐(右侧补空白)。
2、转义字符
如果想输出字符"%",则应该在“格式控制”字符串中用连续两个%表示。
如:printf("%f%%",1.0/3);输出结果:0.333333%。
老哥……有简单点的吗?………😳
追答要多简单
追问大一计算机系的水平就行😂麻烦大哥了😊
追答# include <stdio.h>大神能不能帮我写一个显示出来稍微高大上点的程序?😊谢谢啦
兄弟在吗?能换个显示出来稍微精彩的吗?上一个有点单调了,麻烦大神了
本回答被提问者和网友采纳求一个用于表白的C语言或C++的程序,谢谢大家了
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; ...
程序员的表白代码
程序员的表白代码 第一条语言:Java代码翻译:直到死之前,每天爱你多一点代码:while(lifeend){love++;} 第二条语言:C语言代码翻译:IcannotsayHellototheWorldwithoutu.代码:#incldestdio.hintmain(){printf(HelloWorldn);retrn0;}\/\/IcannotsayHellototheWorldwithoutu.第三条语言:python代码翻译:...
在C语言里,怎么做“我爱你”的一个程序呢?
intmain(void){ puts("我爱你");returnEXIT_SUCCESS;}
求用c++\/c语言字符数组能绘制一颗心的有效程序!截止到13日!急!在线等...
'*' : ' '); } putchar('\\n'); }}
求C语言高手为我编一个程序送给女友(其他语言也可以)
if (c=='y') printf("I love you!");else printf("I still love you!");system("pause");} 这个是用Dev c++编的...汉字的问题完全省略啊,全是英文 嗯,我不确定这个是对的因为我也刚入门一段时间可能有点毛糙啊 而且我自己没有上机调试过,不过既然你也学了C就可以自己纠错了...= ...
谁给我写一个c语言表白代码。谢谢
楼主 我都帮你弄成功了,也不上来给我最佳答案啊。。。C++代码,纯粹是凑图形的 呵呵 include<iostream> using namespace std;include<iostream> using namespace std;int main(){ cout<< 算了,度娘越来越垃。圾。了。连代码都不给发,你百度M我,我直接代码贴给你。。
急需 用C语言或C++编写的相亲数程序设计 要求为完整的程序(一个系统...
if(a==num[i]) \/\/若一对相亲数的大一点的数已经找到了,就不用再列出来了 { flag=1;break;} if(flag==1)continue;if(sum2==a && sum1!=a) \/\/若两个数满足相亲数,且不相等 { printf("%ld和%ld是一对相亲数\\n",a,sum1);num[cnt]=sum1; \/\/将第二个相亲数存入数组...
用任何一种语言(Access、C语言或C++等)编一个排序程序
void write(int *a,int c) \/\/输出数组元素 { int i;for (i = 0; i<c; i++) { printf("%d ",*(a+i));} } int cmp(const void *x,const void *y) \/\/比较函数,用于qsort(){ const int *a=x;const int *b=y;return ((*a-*b>=0)?((*a-*b>0)?1:0):-1);...
C语言(最好C++)编一下这个程序
我也不是很会,使用含有头结点的链表做的 里面的一些细节没有做,比如控制输入人数限制等 要是你觉得需要的话自己再添加一下就行 具体的代码如下:include <stdio.h> include <stdlib.h> include <string.h> include <iostream.h> struct Info { char name[10];int weight;char sex;struct Info...
求一个用c语言或c++语言编写的游戏程序,就像超级玛丽之类的游戏。
建议使用Visual C++,这个东西虽然比较大块头,但是一旦安装好了,用起来很方便。 一本学习教程,现在C语言教材多如牛毛,但推荐大家使用《C语言程序设计》谭浩强主编 第二版 清华大学出版社,此书编写的很适合初学者,并且内容也很精到。 除此以外,现在有很多辅助学习的软件,毕竟现在是Window时代了,...