#include using namespace std; #define ll long long int main() { ll N; cin >> N; N++; set res; for(int i = 0 ; i < N ; i++){ int tmp = (1<