| Deutsch English Français Italiano |
|
<vjd29j$1o85v$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Python <python@invalid.org>
Newsgroups: nemo.dev.client,fr.test
Subject: =?UTF-8?B?UmU6IFRlc3QgY29wacOpLWNvbGzDqSA6IGNyb2lzw6kgTmVtbytMZWN0?=
=?UTF-8?Q?eur_NTTP_=28classique=29?=
Date: Wed, 11 Dec 2024 23:04:34 +0100
Organization: CCCP
Lines: 31
Message-ID: <vjd29j$1o85v$1@dont-email.me>
References: <sKxAP5Csk0GZeJ7avvq_diRJsYI@jntp>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 11 Dec 2024 23:04:35 +0100 (CET)
Injection-Info: dont-email.me; posting-host="0e6b054224bddeb996ba34193676fae0";
logging-data="1843391"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+uk9twwO55PcXXkDAWPw7s"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:10QAllkm0/XNc0fsoTZGFNOG1lc=
Content-Language: en-US
In-Reply-To: <sKxAP5Csk0GZeJ7avvq_diRJsYI@jntp>
Bytes: 1734
Le 11/12/2024 à 22:56, Python a écrit :
> Voyons un peu :
>
>
> #include<stdio.h>
>
> int main() {
>
> for ( int i = 0; i < 5; i++ ) {
> for (int j = 0; j < 10; j++ ) {
> printf("(%d, %d) ", i, j);
> }
> printf("\n"); // passe à la ligne
> }
>
> }
>
>
> (publi nemo.dev.client + fr.test)
>
>
Copié collé (Thunderbird) à partir du message affiché :
for ( int i = 0; i < 5; i++ ) {
for (int j = 0; j < 10; j++ ) {
printf("(%d, %d) ", i, j);
}
printf("\n"); // passe à la ligne
}