Skip to content

Instantly share code, notes, and snippets.

@Kanol
Created February 19, 2015 18:27
Show Gist options
  • Save Kanol/023b8d38f855881317a0 to your computer and use it in GitHub Desktop.
Save Kanol/023b8d38f855881317a0 to your computer and use it in GitHub Desktop.
Program n1;
var a:integer;
begin
readln(a);
if a mod 5 = 0 then
writeln('Делится')
else
writeln('Не делится');
end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment