The scope of the variable 'cnt' can be reduced.
Closed this issue · 0 comments
prakashsellathurai commented
Codacy detected an issue:
Message: The scope of the variable 'cnt' can be reduced.
Occurred on:
- Commit: f679a80
- File: cpp/Arrays/kth-smallest-sum-subarray.cpp
- LineNum: 9
- Code:
int cnt;
Currently on:
- Commit: 8105bc1
- File: cpp/Arrays/kth-smallest-sum-subarray.cpp
- LineNum: 9