Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- #include <stdio.h>
-
- void main()
- {
- printf("hello world\n");
- printf("hello world\n");
- printf("hello world\n");
- printf("hello world\n");
- printf("nihao\n");
- printf("helloworld\n");
- printf("haode\n");
- return 0;
- }
|