#include using namespace std; int main(){ int y,n; cin>>y>>n; vector a(n); for (int i=0;i>a[i],y-=a[i]; if (y<0) cout<<"red\n"; else cout<