From f0059c11db225deda64197dcda1c3f37e125e286 Mon Sep 17 00:00:00 2001 From: tobby3600 <79432329+tobby3600@users.noreply.github.com> Date: Fri, 17 Feb 2023 15:01:55 +0800 Subject: [PATCH] 1.6c --- ini_confused.cpp | 41 +++++++++++-------- ...7\347\224\250\350\257\264\346\230\216.txt" | 2 +- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/ini_confused.cpp b/ini_confused.cpp index 99d1121..3a018f9 100644 --- a/ini_confused.cpp +++ b/ini_confused.cpp @@ -58,7 +58,7 @@ using namespace std; -const string version = "v1.6b beta"; +const string version = "v1.6c beta"; ifstream fin; ofstream fout; @@ -72,7 +72,7 @@ bool split_file; const int MAXN_INT = 1ll*2<<31-1; const int max_split_file = 5; -const string debug_level = "error"; +const string debug_level = "warning"; const bool debug_open = false; uniform_int_distribution big_rand(0,MAXN_INT); @@ -537,7 +537,7 @@ void parse(string s){ bool is_comment=false; int dcnt=0; for(int i=0;i pth_t; // for(int i=0;i