#include #include #include #include #include #include using namespace std; #define int long long #define endl "\n" const long long INF = (long long)1e18; // const long long MOD = 1'000'000'007; string yn(bool f){return f?"Yes":"No";} string YN(bool f){return f?"YES":"NO";} const int MAX = 110000; int hoge[MAX]; int fuga[MAX]; int temp[MAX]; void print(int x, int y){ for(int i = 0; i < x; i++, y = !y){ cout< ans, ans1, ans0; cin>>N; for(int i = 1; i < MAX; i++){ hoge[i] = INF; } for(int i = 1; i*i <= N; i++){ for(int j = 0; j <= N; j++){// cout< "<