finish all macro settings
This commit is contained in:
@ -811,14 +811,18 @@ int main() {
|
|||||||
// freopen("tmp/pro.out", "w", stdout);
|
// freopen("tmp/pro.out", "w", stdout);
|
||||||
ICPCManager::BackEnd::team_data.reserve(10005);
|
ICPCManager::BackEnd::team_data.reserve(10005);
|
||||||
char command[1024];
|
char command[1024];
|
||||||
|
#ifdef DebugOn
|
||||||
try {
|
try {
|
||||||
|
#endif
|
||||||
while (true) {
|
while (true) {
|
||||||
readline(command);
|
readline(command);
|
||||||
ICPCManager::API::Excute(command);
|
ICPCManager::API::Excute(command);
|
||||||
}
|
}
|
||||||
|
#ifdef DebugOn
|
||||||
} catch (const char *msg) {
|
} catch (const char *msg) {
|
||||||
fprintf(stderr, "\e[7m\e[31m[Unexpected Error] %s\e[0m\n", msg);
|
fprintf(stderr, "\e[7m\e[31m[Unexpected Error] %s\e[0m\n", msg);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Reference in New Issue
Block a user