#include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <functional>
#include <string>
#include <queue>
#include <stack>
#include <set>
using namespace std;
using i64 = long long;
using ii = pair<int, int>;
int main()
{
int xr, yr, xw, yw;
scanf("%d %d %d %d", &xr, &yr, &xw, &yw);
int lenr = xr*xr + yr*yr;
int lenw = xw*xw + yw*yw;
if (lenr < lenw)
printf("Russo");
else if (lenr > lenw)
printf("Wil");
else
printf("Empate");
return 0;
}
'UCPC' 카테고리의 다른 글
[20/05/17] E. MaratonIME does (not do) PAs (0) | 2020.05.20 |
---|---|
[20/05/17] D. MaratonIME in the golden moment (0) | 2020.05.20 |
[20/05/17] C. MaratonIME eats japanese food (0) | 2020.05.20 |
[20/05/17] A. MaratonIME stacks popcorn buckets (0) | 2020.05.20 |
[20/05/17] 첫 번째 ucpc 연습 후기 (0) | 2020.05.20 |