write finance

This commit is contained in:
2023-12-14 03:56:17 +00:00
parent f1646e531d
commit 2cdab5c9ac
5 changed files with 65 additions and 2 deletions

View File

@ -424,6 +424,7 @@ bool CommandShowfinanceLexer(const std::string &command, int &count) {
std::stringstream ss(command);
std::string token;
ss >> token;
ss >> token;
long long count_tmp = -1;
ss >> count_tmp;
if (count_tmp > 2147483647) return false;