评测失败,输入的就是浮点型,但光说是错的#includeusing namespace std;int main(){ float a,b,max; cin>>a>>b; if(a>b){ cout<<a;}else{ cout<<b;} return 0;}
收起
题目是啥?
报告相同问题?