5
main.c
5
main.c
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef Debug
|
#ifdef Debug
|
||||||
#define DPRINT(s, ...) \
|
#define DPRINT(s, __VA_ARGS__) \
|
||||||
{ \
|
{ \
|
||||||
printf(s, ...); \
|
printf(s, ...); \
|
||||||
}
|
}
|
||||||
@@ -46,6 +46,9 @@ const char SS[] = "381237373432790016";
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int thread;
|
int thread;
|
||||||
|
#ifdef WIN32
|
||||||
|
SetConsoleOutputCP(CP_UTF8);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
thread = 4;
|
thread = 4;
|
||||||
|
|||||||
Reference in New Issue
Block a user