0
Can someone help
i dont get what is wrong in this code https://code.sololearn.com/cKsMHj63cEI7/?ref=app
5 Answers
+ 3
Use this << or this >>
Not that «
+ 4
Jaafer Hazim The reason that your code isn't working is because you're using the wrong symbol for the cout and cin statements. Instead of using the ă and ă symbols, try using 2 < and > symbols (greater than or less than) as that is what is primarily used in C++.
int a;
cin >> a;
cout << a << endl;
+ 3
line 12 " ; "
needs to be on 11
As Luciano Ariel Caputi said manualy change the << operators. the copied ones are invalid.
+ 1
Luciano Ariel Caputi thanksâ€
0
Manual i found the mistake.. the ; place didnt affect