#include using namespace std; #define int long long signed main(){ int a,b,c,d; cin>>a>>b>>c>>d; if(d || a+b+c < 2) cout<<"SURVIVED"<