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