Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
1. You don't have to write std before methods from std namespace if you already declared it (using namespace std). 2. Variable names cannot be have a name containing space (use _ instead). 3. You cannot assign number to a variable of type string. 4. You must use << for cout (>> is for cin). https://code.sololearn.com/c4SQBPuqIUzG/?ref=app
24th Jan 2020, 11:47 AM
Aleksander Szczepura
Aleksander Szczepura - avatar