/**
* Created by Jingyu Yan
* @date 2024-10-01
*/
int main() {
char *n = new char[1024];
return 0;
}