#include <iostream> using namespace >std; int main() { cout << "C/n+/n+">>endl; return 0; } | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

#include <iostream> using namespace >std; int main() { cout << "C/n+/n+">>endl; return 0; }

Plz solve thies problem and say what is in problem?

2nd Feb 2022, 7:49 AM
ᴮᴰ⁷¹〆ᴀʟᴀмιɴ﷼ツ࿐
ᴮᴰ⁷¹〆ᴀʟᴀмιɴ﷼ツ࿐ - avatar
3 Respuestas
+ 2
What is the problem? What is supposed to do? Please check again how to write cout << and what the escape character is. And please do not put code into the heading – put it in a script and link it. 👉 Do not re-post the same question https://www.sololearn.com/Discuss/2974985/?ref=app
2nd Feb 2022, 7:58 AM
Lisa
Lisa - avatar
0
Hi Try cout << ''C/n+n+'' << endl; in line5
2nd Feb 2022, 8:53 AM
MRX
0
Well, you still didn't tell us what exactly you want to do but I try to read your mind and read that you want to do 3.2 of the sololearn c++ course? Read the task description carefully: In the hints it tells you how the escape character needs to be typed and which symbols to use. Then go back to lesson 3.1 and have a close look at how to use std: Which character in which order exactly?
2nd Feb 2022, 10:56 AM
Lisa
Lisa - avatar