5-8 超速判断 (10分)



#include<iostream>
#include<cstdio>
#include<cstring>
#include<cstdlib>
#include<cmath>
#include<set>
#include<queue>
using namespace std;

int main()
{
    int speed;
    scanf("%d",&speed);
    if(speed>60)
        printf("Speed: %d - Speeding",speed);
    else printf("Speed: %d - OK",speed);
    return 0;
}


智能推荐

注意!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。



 
© 2014-2019 ITdaan.com 粤ICP备14056181号  

赞助商广告