My issue
solution
My code
#include <iostream>
using namespace std;
int main() {
// your code goes here
int r1,r2;
int d1,d2;
cin>>r1>>r2;
cin>>d1>>d2;
if(r1,r2>=1 && r1,r2<=3000 && d1,d2>=-200 && d1,d2<=200 && (r1+d1)!=(r2+d2)){
if((r1+d1)>(r2+d2)){
cout<<"dominators";
}
else{
cout<<"everule";}}
return 0;
}
Problem Link: Rivalry Practice Coding Problem - CodeChef