#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,k=0,l=0;
for(int i=1; i<=7; i++)
{
cin>>a>>b;
k+=a;
l+=b;
}
double r,j;
r = 1.0*k/7;
j = 1.0*l/7;
printf("%.2lf\n%.2lf", r,j);
retur...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 13.0》 | 207字 | 2.0分钟 | 99% | 88 CPM | 22 次 | 1 | 不及格,加强练习! |
The wrong word this time: ) | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 今天在竞争激烈的世界中,你付出多一点,便可赢得多一点,好像奥运会一样,如果跑短赛,虽然是跑第一的那个赢了,但比第二、第三的只胜出少许,只要快一点,便是赢。 ——李嘉诚 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |