Spaces:
Running
Running
Update code.txt
Browse files
code.txt
CHANGED
@@ -1583,7 +1583,7 @@ if somme_max([1, -2, 3, 10, -4, 7, 2, -5]) == 18 :
|
|
1583 |
c+="1"
|
1584 |
else :
|
1585 |
c+="0"
|
1586 |
-
if
|
1587 |
c+="1"
|
1588 |
else :
|
1589 |
c+="0"
|
|
|
1583 |
c+="1"
|
1584 |
else :
|
1585 |
c+="0"
|
1586 |
+
if somme_max([-3,-2,-1,-4]) == -1 :
|
1587 |
c+="1"
|
1588 |
else :
|
1589 |
c+="0"
|