#include int main() { int i {}; std::cin >> i; std::cout << "input: " << i << std::endl; }