60分,我觉得我的代码是对的啊,怎么会错???
查看原帖
60分,我觉得我的代码是对的啊,怎么会错???
138171
IAKIOI114333楼主2020/8/22 09:35

代码:

#include <iostream>
using namespace std;
int main( )
{
    long long lijingone,local,luogu;
    cin>>lijingone;
    local=lijingone*5;
    luogu=11+(3*lijingone);
    if(local>luogu)
    {
    	cout<<"Luogu"<<endl;
	}
	else
	{
		cout<<"local"<<endl;
	}
    return 0; 
}
2020/8/22 09:35
加载中...