Hello World #include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; cout << 2 << " " << "Am I a Watermelon to you" << endl; return 0; } Try this problem.