#pragma GCC optimize("Ofast") #pragma GCC optimize("unroll-loops") #ifdef local #include <C++/core/io/debug_print.hpp> #else #define dump(...) void(0); #endif #include <iostream> #include <ranges> namespace man { } int main() { std::cin.tie(nullptr) -> sync_with_stdio(false); using namespace std::ranges; using namespace std::views; int n; std::cin >> n; std::cout << std::string(n, 'a') << '\n'; }