#include <iostream>
int main() 
{
   
    std::ios::sync_with_stdio(false);
    std::cin.tie(0);
    // IO
}