0

Why don't work a first test in C++??

I'm writing code with cout, but test it's wrong. My code #include <iostream> using namespace std; int main() { //цитата - Every programmer is an author. //место Š“Š»Ń вашего коГа cout<<"Every "<<"programmer "<<"is "<<"an "<<"autor."; return 0; }

14th Jan 2021, 5:58 AM
МаГи
3 Answers
+ 2
If I understood the translation, it says to make a quote, then try like this, cout << "\"Every programmer is an author.\""; Reference: Escape sequences in C++ https://en.cppreference.com/w/cpp/language/escape
14th Jan 2021, 7:06 AM
Ipang
+ 1
Until you share your code link, nobody knows why, so save your code and share its link in the thread Description above. Follow the steps in below post just in case you didn't know how https://www.sololearn.com/post/75089/?ref=app
14th Jan 2021, 6:07 AM
Ipang
0
Share your code here
14th Jan 2021, 6:41 AM
Atul [Inactive]