C++ Course Logo

ԱՆՎՃԱՐ ՄԻԱՆԱԼ ԴԱՍԸՆԹԱՑԻՆTelegram
#include <iostream> #include <string> int main() { std::string text; std::cout << "Crypted Text: "; std::getline(std::cin, text); std::cout << text << std::endl; // Put your code here }