#include <iostream> int main() { long input; std::cout << "Insert number: "; std::cin >> input; std::cout << input << std::endl; // put your code here }