#include using namespace std; #define rep(i, n) for (int i = 0; i < (int)(n); i++) typedef vector VI; typedef vector VVI; typedef vector VL; typedef vector VVL; typedef long long LL; #define all(a) (a).begin(), (a).end() #define Yes(n) cout << ((n) ? "Yes" : "No" ) << endl #define YES(n) cout << ((n) ? "YES" : "NO" ) << endl #define ALL(a) (a).begin(),(a).end() #define pb push_back int main() {std::ios_base::sync_with_stdio(false); std::cin.tie(NULL); int y,n;cin>>y>>n; rep(i,n){ int a;cin>>a;y-=a; } if(y<0){cout<<"red"<