Skip to content
Snippets Groups Projects
Commit 3a640ba0 authored by jeremy.meissner's avatar jeremy.meissner
Browse files

Update cours_5.md

parent 36d9c586
No related branches found
No related tags found
No related merge requests found
Pipeline #26674 failed
......@@ -249,10 +249,9 @@ $$
```C
num = 247
tant que (2^N < num) {
tant que (2^(N+1) < num) {
N += 1
}
N -= 1
```
. . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment