@sylla2501@Paris2024 Vous n'êtes pas le seul. J'ai inscrit il y a trois jours, je cours chaque jour, j'ai toujours 0 point sur le club (pourtant dans l'appli MPT on voit les kilomètres).
@Meligy@jmort253 Actually I managed to do that, and now come back to reply and only see it I had missed the amd64 part ;-) So basically, create a new VM (not use the gallery) with emulated amd64 CPU, install Debian on it and it will "just work".
@Meligy@jmort253 Looking forward to the post too! I have all running, except mssql/server does not want to start... ("standard_init_linux.go:228: exec user process caused: exec format error") wondering if you had the same error.
@ericwastl Hi, thank you for the Advent of code. This is my 3rd year and I really enjoy it. Just caught up with the last day, and I discovered your phpsadness. I'd like to see a update about exception in __toString(): it has been fixed in 7.4.
@gaveline @cyChop C'est ce que j'avais fait au début (trunk de 316 = sqrt(10000)). Mais finalement j'ai trouvé la solution en N(L) : x(i) xor x(i+1) ... xor x(j) = (x(0) xor ... xor x(i-1)) xor (x(0) xor...xor x(j)). Donc il n'y a qu'à calculer S(i) = x(0) xor ... xor x(i). Temps linéaire.
@facebook Hi, my account was disabled and I uploaded several types of ID, but got no reply from Facebook. The case #10156820124154556 has been open since 6 months.
@RERC_SNCF bonjour, j'ai perdu une écharpe bordaux dans le dernier wagon du train NORA (départ de Massy-Palaiseau à 8h40) à la BnF ce matin. Le service objets perdus du site https://t.co/91KGE8m1nq semble indisponible pour le moment.
@Orange_conseil bonjour, j'ai souscrit un abonnement Livebox mais j'ai oublié de mettre le code parrainage. Est-il possible d'ajouter le code ? Un technicien viendra chez moi la semaine prochaine pour l'installation.
@lisalaposte bonjour, j'ai activé le service de réexpédition (code envoyé dans 4 courriers), j'ai reçu un courrier qui dit que tout est ok. Pourtant tous les courriers arrivent toujours à l'ancienne adresse. Commande no 209438174 du 18/5/2018.
@iandioch@p_gaetan It was about anatidaephobes :) Funny but I even didn't try to read the whole problem. Only 10 min left and I was quite sure I wouldn't have enough time to solve. Even I have unlimited time when time out, but I guessed I need to relax.
@iandioch@p_gaetan Same thing. I tried brute force, then it turned out dynamic programming worked because each sub problem could be identified with just two scalars (start, end).