+ 2
Pls help pass this level in c++
#include <iostream> using namespace std; int main() { string smiley = " @@@@ @@@@\n @@@@@@ @@@@@@\n @@@@@@ @@@@@@\n @@@@ @@@@\n\n\n\n@ @\n @@ @@\n @@@ @@@\n @@@@@ @@@@@\n @@@@@@@@@@@@@\n"; }
6 ответов
+ 8
//Hey just add cout for displaying the output
cout << smiley;
+ 5
//Ikpoba Eromoe Destiny try this
#include <iostream>
using namespace std;
int main() {
string smiley = " @@@@ @@@@\n @@@@@@ @@@@@@\n @@@@@@ @@@@@@\n @@@@ @@@@\n\n\n\n@ @\n @@ @@\n @@@ @@@\n @@@@@ @@@@@\n @@@@@@@@@@@@@\n";
//You have to put cout function within the code block for displaying the output
cout <<smiley;
}
+ 1
https://code.sololearn.com/cW4sA9qZmjR3/?ref=app
is it your output 😎
+ 1
//Hey just add cout for displaying the output
cout << smiley;
#include <iostream>
using namespace std;
int main() {
string smiley = " @@@@ @@@@\n @@@@@@ @@@@@@\n @@@@@@ @@@@@@\n @@@@ @@@@\n\n\n\n@ @\n @@ @@\n @@@ @@@\n @@@@@ @@@@@\n @@@@@@@@@@@@@\n";
//You have to put cout function within the code block for displaying the output
cout <<smiley;
}
18th Dec 2022, 3:00 PM
Suparna Das
Suparna Das - avatar
0
#include <iostream>
using namespace std;
int main() {
string smiley = " @@@@ @@@@\n @@@@@@ @@@@@@\n @@@@@@ @@@@@@\n @@@@ @@@@\n\n\n\n@ @\n @@ @@\n @@@ @@@\n @@@@@ @@@@@\n @@@@@@@@@@@@@\n";
}
0
#include <iostream>
using namespace std;
int main() {
string smiley = " @@@@ @@@@\n @@@@@@ @@@@@@\n @@@@@@ @@@@@@\n @@@@ @@@@\n\n\n\n@ @\n @@ @@\n @@@ @@@\n @@@@@ @@@@@\n @@@@@@@@@@@@@\n";
}
0
I tried but e didn't work