博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ACM PKU 2328 http://acm.pku.cn/JudgeOnline/problem?id=2328
阅读量:5313 次
发布时间:2019-06-14

本文共 617 字,大约阅读时间需要 2 分钟。

#include
#include
using namespace std;int main(){char abc[20];int n , max[100] , min[100] , i = 0 , j = 0 , k, cnt = 0 ,number = 0;while(cin>>n){ number++; if(number == 1 && n == 0) return 0; getchar(); gets(abc); if( !strcmp("too high",abc) ) max[i++] = n; if( !strcmp("too low",abc) ) min[j++] = n; if( !strcmp("right on",abc) ) { for( k = 0 ; k < i ; k++) { if( max[k] <= n ) {cout<<"Stan is dishonest"<
= n) {cout<<"Stan is dishonest"<

转载于:https://www.cnblogs.com/Chinese-Coder-Clarence/articles/2039347.html

你可能感兴趣的文章
多米诺骨牌
查看>>
Linq 学习(1) Group & Join--网摘
查看>>
asp.net 调用前台JS调用后台,后台掉前台JS
查看>>
苹果手表:大方向和谷歌一样,硬件分道扬镳
查看>>
Android面试收集录15 Android Bitmap压缩策略
查看>>
PHP魔术方法之__call与__callStatic方法
查看>>
ubuntu 安装后的配置
查看>>
【模板】对拍程序
查看>>
【转】redo与undo
查看>>
Django 模型层
查看>>
dedecms讲解-arc.listview.class.php分析,列表页展示
查看>>
安卓当中的线程和每秒刷一次
查看>>
每日一库:Modernizr.js,es5-shim.js,es5-safe.js
查看>>
wpf样式绑定 行为绑定 事件关联 路由事件实例
查看>>
利用maven管理项目之POM文件配置
查看>>
TCL:表格(xls)中写入数据
查看>>
Oracle事务
查看>>
String类中的equals方法总结(转载)
查看>>
属性动画
查看>>
标识符
查看>>