1 example:
#include <iostream>
int main(){
std::cout << "Hello World";
}
2 example
#include <iostream>
#include <string>
using namespace std;
int main() {
string ans;
cout << "Hello ";
cin >> ans;
if (ans == "Pornhub"){
cout << "Really?";
} else if (ans == "World"){
cout << "Yes";
} else {
cout << "nice try";
}
}
// Shit code I know
#include <iostream>
int main(){
std::cout << "Hello World";
}
2 example
#include <iostream>
#include <string>
using namespace std;
int main() {
string ans;
cout << "Hello ";
cin >> ans;
if (ans == "Pornhub"){
cout << "Really?";
} else if (ans == "World"){
cout << "Yes";
} else {
cout << "nice try";
}
}
// Shit code I know
by Notmelol123 June 6, 2022
Get the std mug.by the personz February 24, 2022
Get the STD mug.