#include <stdio.h> int main() { int i=1; printf("%d %d %d",i++, i++, i); return 0; }
Aprende de forma mais eficiente, gratuitamente:
Introdução ao Python
7,1M de estudantes
Introdução ao Java
4,7M de estudantes
Introdução ao C
1,5M alunos
Introdução ao HTML
7,5M alunos