0
А какая раница что писать соут << это <<хорошо и просто коут << это хорошо
6 ответов
+ 1
No real difference ^^
+ 1
thanks
0
Please, can you use English so that I (and a big part of SoloLearn) can hear you ? :(
0
what's the difference that writing a cout << this << awesone and just a cout << this awesome
0
чет вопрос нихера не понятен
0
Я про то что можно и так include <iostream>
using namespace std;
int main() {
cout << "This " << "is " << "awesome!";
return 0;
}
и так include <iostream>
using namespace std;
int main() {
cout << "This is awesome!";
return 0;
}
результат один и тот же