0

Can someone help

i dont get what is wrong in this code https://code.sololearn.com/cKsMHj63cEI7/?ref=app

12th Apr 2018, 4:05 PM
Jaafer Hazim
Jaafer Hazim - avatar
5 Answers
+ 3
Use this << or this >> Not that «
12th Apr 2018, 4:14 PM
Luciano Ariel Caputi
Luciano Ariel Caputi - avatar
+ 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;
12th Apr 2018, 4:29 PM
Faisal
Faisal - avatar
+ 3
line 12 " ; " needs to be on 11 As Luciano Ariel Caputi said manualy change the << operators. the copied ones are invalid.
12th Apr 2018, 4:15 PM
Manual
Manual - avatar
+ 1
Luciano Ariel Caputi thanks❀
12th Apr 2018, 4:18 PM
Jaafer Hazim
Jaafer Hazim - avatar
0
Manual i found the mistake.. the ; place didnt affect
12th Apr 2018, 4:18 PM
Jaafer Hazim
Jaafer Hazim - avatar