Skip to content
Snippets Groups Projects

Update cours_5.md

1 unresolved thread
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -249,6 +249,8 @@ $$
```C
num = 247
N = 0
tant que (2^(N+1) < num) {
N += 1
}
Loading