Загрузка данных


#include <iostream>

int main(){
    std::cout << "Поешл нахуй" << std::endl;
    return 0;
}