求一个用于表白的C语言或C++的程序,谢谢大家了

求一个用于表白的C语言或C++的程序,谢谢大家了,第1张

#include <stdioh>

#include <mathh>

#include <stdlibh>

#define I 20

#define R 340

#include <stringh>

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 = 15f; y > -15f; y -= 01f)

{

for (x = -15f; x < 15f; x += 005f)

{

z = x x + y y - 1;

f = z zz - x xyyy;

putchar(f <= 00f ""[(int)(f-80f)] : ' ');

}

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%。

第一题:

Private Sub Form_Click()

Dim x As Double, Y As Double

x = InputBox("请输入当前顾客购买鸡蛋的重量(以公斤为单位)")

If x < 3 Then

Y = 76 x

Else

Y = 76 x 08

End If

Print Format(Y, "000")

End Sub

第二题:

Private Sub Form_Click()

Dim x As Double, Y As Double

x = InputBox("请输入顾客所乘的公里数")

If x / Fix(x) = 1 Then

x = x

Else

x = Fix(x) + 1

End If

If x > 15 Then

Y = 7 + 13 15 + (x - 15) 21

ElseIf x > 2 Then

Y = 7 + (x - 2) 15

Else

Y = 7

End If

Print Y

End Sub

意思是指计算机的编程语言。

暗语vb”中的vb可以理解为VisualBasic,是一种计算机编程语言;而“暗语”则是一种隐语或者暗指,不同人使用方式有所不同,可以根据具体情况进行判断。在程序员中,“暗语vb”常常是针对程序员技能的一种调侃或者挑战。

有时候“暗语vb”也可能指代特定的编程语言应用场景。比如说,在编写计算器程序时,一些程序员可能会使用vb编写,因此,“暗语vb”可以指代使用VisualBasic编写计算器程序这一特定场景。

用Log 函数 + 换底公式

Log(number):返回数值 number 的自然对数

nnumber 参数是任意大于 0 的有效数值表达式。

说明

自然对数是以 e 为底的对数。常数 e 的值约为 2718282。

用 n 的自然对数除 x 的自然对数,可以得到以 n 为底的 x 的对数。如下所示:

Log n(x) = Log(x) / Log(n)

以下示例为一个自定义的 Log10(X) 函数过程,该过程计算以 10 为底的对数:

Function Log10(X)

    Log10 = Log(X) / Log(10)

End Function

你要求的 log5 10 是:Log(10) / Log(5)

欢迎分享,转载请注明来源:表白网

原文地址:https://h5.hunlipic.com/biaobai/2733855.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2024-01-08
下一篇2024-01-08

发表评论

登录后才能评论

评论列表(0条)

    保存