program P3; {$APPTYPE CONSOLE} var a,b,c:real; begin readln(a,b,c); if c<=a+b then writeln ('isnue') else writeln('ne isnue'); readln end.