#include <stdio.h>
int main(void)
{
int a, b, c;
int x=0;
printf("请输入三个数:\n");
scanf("%d %d %d",&a,&b,&c);
if(a>b&&a>c)
x=a;
if(b>a&&b>c)
x=b;
if(c>a&&c>b)
x=c;
printf("max=%d\n",x);
re...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c1》 | 1678字 | 20.0分钟 | 100% | 105 CPM | 273 次 | 1 | 及格,继续努力! |
The wrong word this time: A | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 信念最好能由经验和明确的思想来支持。 ——爱因斯坦 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |