Print the following output: \n
#include <iostream> using namespace std; int main() { cout << "\\n"; return 0; }