这个为啥过不去啊,一直卡在88分
查看原帖
这个为啥过不去啊,一直卡在88分
309436
AltFahrer楼主2021/5/28 15:11
#include <iostream>
#include <iomanip>
#include <string>
#include <cmath>
using namespace std;

int main()
{
	int T;
	cin>>T;
	string x,y;
	cin>>x>>y;
	if(x<y){
	    cout<<-1;
	}else{
	    cout<<y;
	}
}
2021/5/28 15:11
加载中...