dxvmxnd

Untitled

Sep 9th, 2024
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Repeat
  2. Writeln('Введите хуй');
  3. IsCorrect := True;
  4. Try
  5. Readln(Xyu);
  6. Except
  7. IsCorrect := False;
  8. End;
  9. If (Not IsCorrect) Or (Xyu < 1) Then
  10. Begin
  11. IsCorrect := False;
  12. Writeln('не хуй');
  13. End;
  14. Until IsCorrect;
Add Comment
Please, Sign In to add comment