Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Vi du 1 - Nhom 3 - Lop 11/17

Program Vd1;
uses crt;
var M,N: real;
begin
  writeln('Nhap gia tri M,N: ');
  readln(M,N);
  while M<>N do
        if M=N then M:=M-N else N:=N-M;
  writeln('UCLN= ',M);
  readln;
  end.

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.