+ 2
Top 2 max numbers out of five numbers... It is running in my pc (code blocks) but not in this app(sololearn)... Help pls
3 Réponses
+ 9
The C++ code consists of leading non-standard space for each indented line and the compiler failed to parse it.
If you're using Notepad++, you may try to copy the the character and replace it with a normal space.
Otherwise you can try to remove all the space in front of indented lines (so all lines aligned to the left) and apply tab in Code Playground and you'll be fine. 😉
+ 5
You're welcome! 😉
+ 2
thanks @zephyr