Grade code c++ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Grade code c++

What wrong with my code? https://code.sololearn.com/cSK57Iyrlw0R/?ref=app

8th Apr 2022, 7:58 PM
Nini
Nini - avatar
1 Respuesta
+ 2
Line 1: Typo on #include Line 21: Missing colon at end of line You forgot assignment operator at line 27, 31, 35, 39, 43
8th Apr 2022, 8:13 PM
Ipang