Pour les discussions en français c'est ici! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Pour les discussions en français c'est ici!

communauté française!

24th Jan 2017, 12:37 PM
TITI
TITI - avatar
3 Answers
0
qui à un sujet là?bonjour!!
24th Jan 2017, 12:38 PM
TITI
TITI - avatar
0
1 121 12321 1234321 123454321 12345654321
24th Jan 2017, 12:41 PM
TITI
TITI - avatar
0
#include <iostream> #include <stdio. h> using namespace std; int main() { int lim = 1; for(int i=1; i<=6; ++i) { for(int i=1; i<=(lim-1); ++i) { cout << i; } for (int i=0; i<lim; ++i) { cout << (lim-i); } cout << endl; lim = lim+1; } return 0; }
24th Jan 2017, 12:43 PM
TITI
TITI - avatar