Bug fixing
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
int main() {
|
||||
|
||||
auto max_value = 100;
|
||||
int total;
|
||||
int total = 0;
|
||||
for (int i = 0; i < max_value; ++i) {
|
||||
total += i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user