Skip to content

Instantly share code, notes, and snippets.

@flrntdfr
Created January 22, 2018 16:02
Show Gist options
  • Save flrntdfr/bbe7765935a5f5294f3154acf31250e0 to your computer and use it in GitHub Desktop.
Save flrntdfr/bbe7765935a5f5294f3154acf31250e0 to your computer and use it in GitHub Desktop.
PROGRAM:DM
Input "Indiquez la valeur de N: ", N
{1} -> L1
For(K,1,N)
reste(N,K) -> R
If R=0
augmenter(L1,{K})->L1
END
dim(L1)-1 -> X
DISP "Le nombre X vaut: ", X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment