CS Armenia Հիմնադրամ
#include <iostream> int main() { const int MAX_SIZE = 256; char input[MAX_SIZE]; std::cin.getline(input, MAX_SIZE); //put your code here }