ĀæSe puede hacer 2 problemas en un mismo programa? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

ĀæSe puede hacer 2 problemas en un mismo programa?

IngresĆ³ una Liberia y terminĆ³ el problema y despuĆ©s hago otro problema en la misma funciĆ³n principal.

24th Apr 2018, 7:02 PM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
16 Respostas
+ 3
int main () { // resuelve el problema 1 aquĆ­ // resuelve el problema 2 aquĆ­ return 0; }
24th Apr 2018, 9:27 PM
John Wells
John Wells - avatar
+ 3
Yo era. Me retirƩ hace 2 aƱos despuƩs de 43 aƱos en el campo.
24th Apr 2018, 11:51 PM
John Wells
John Wells - avatar
+ 3
NH, USA.
25th Apr 2018, 12:05 AM
John Wells
John Wells - avatar
+ 3
Hay mucha gente de Argentina.
25th Apr 2018, 12:13 AM
John Wells
John Wells - avatar
+ 3
Puedes decir lo que quieras mientras lo hagas con respeto.
25th Apr 2018, 12:26 AM
John Wells
John Wells - avatar
+ 1
jerome como serĆ­a? int MaĆ­n (){ return 0; } int main () { return 0; } esa serĆ­an las dos funciones?
24th Apr 2018, 8:33 PM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
+ 1
John Wells eres programador??
24th Apr 2018, 11:45 PM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
+ 1
increĆ­ble.. de donde eres?
24th Apr 2018, 11:58 PM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
24th Apr 2018, 11:59 PM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
+ 1
si bastante.. John Wells cualquier duda que tenga no te molesta si te comento?
25th Apr 2018, 12:15 AM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
+ 1
excelente!! Si obvio todo con respeto
25th Apr 2018, 12:40 AM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
+ 1
excelente!! Si obvio todo con respeto
25th Apr 2018, 12:40 AM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
+ 1
jerome buenĆ­simo!! gracias
25th Apr 2018, 5:33 AM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
0
Si con la definicion de dos funcciones...
24th Apr 2018, 7:58 PM
jerome
0
lejisimo.. yo soy de Argentina
25th Apr 2018, 12:08 AM
MatĆ­asEzequiel
MatĆ­asEzequiel - avatar
0
void main() { f1() ; f2() ; } void f1() { ... } void f2() { ... }
25th Apr 2018, 5:31 AM
jerome