This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
LInE
/
www-ivprog
Suivre
4
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
manual_en
master
vueSite
www-ivprog
/
textosIntrodutorios
/
codEx
/
cod2.c
cod2.c
74 B
Lien permanent
Historique
Raw
1
2
3
4
5
int n1, n2;
n1 = 1;
scanf("%d", &n2);
printf("n1=%d e n2=%d\n", n1, n2);