Skip to content

Commit a975919

Browse files
committed
add transStatus
1 parent 9923731 commit a975919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/TransStatus.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ int main() {
2727
long double max_candidate = 10e15;
2828
long long prev_file_num = 0;
2929
int prev_file_per = 0;
30-
while (!ifs.eof() || case_idx >= case_num) {
30+
while (!ifs.eof() || case_idx < case_num) {
3131

3232

3333
getline(ifs, s);
@@ -61,4 +61,4 @@ int main() {
6161
}
6262
return 0;
6363

64-
}
64+
}

0 commit comments

Comments
 (0)