Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
#include <iostream> using namespace std; int main() { int n; // Declaring a variable cin >> n; // Input cout << "N = " << n; // Output return 0; }
9th Jan 2018, 12:00 PM
Boris Batinkov
Boris Batinkov - avatar