评测失败,输入的就是浮点型,但光说是错的#includeusing namespace std;int main(){ float a,b,max; cin>>a>>b; if(a>b){ cout<}else{ cout<} return 0;}
题目是啥?
有调用函数吗?