#include<bits/stdc++.h>
#include "./lib/user.h"
using namespace std;
int main() {
boot();
return 0;
}