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-22 19:18
上海大学 后端
jopajhhdjwnqk:水印都叠杀人书了
点赞 评论 收藏
分享
10-05 11:11
海南大学 Java
投票
理想江南137:感觉挺真诚的 感觉可以试一试
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务