A. Nauuo and Votes

原题地址
这道题十分水 , 只要考虑明白不确定的数量 与上升和下降之间的关系就行。
附上代码:

#include<iostream>
#include<bits/stdc++.h>
#include<string>
#include<cmath>
#include<iomanip>
#include<algorithm>
using namespace std;


int main(){
    int a , b ,c;
    cin>>a >> b >>c;
    if(a > b){
        if(b+c>=a){
            cout<<"?"<<endl;
        }
        else {
            cout<<"+"<<endl;
        }
    }
    else if(b >a){
        if(c+a>=b){
            cout<<"?"<<endl;
        }
        else {
            cout<<"-"<<endl;
        }
    }
    else if(a==b){
        if(c+a>b){
            cout<<"?"<<endl;
        }
        else {
            cout<<"0"<<endl;
        }

    }

    return 0;



}
全部评论

相关推荐

10-01 09:50
门头沟学院 Java
肖先生~:这个人真的很好,点赞
点赞 评论 收藏
分享
牛至超人:把哈工大,再加大加粗,看见闪闪发光的哈工大字样,面试官直接流口水
投递字节跳动等公司10个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务