We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a841cfd commit a0027f5Copy full SHA for a0027f5
daily/2019-06-04.md
@@ -52,7 +52,7 @@ let start = 0;
52
53
for(let i = 0; i < n; i++){
54
total += gas[i];
55
- total += cost[i]
+ total -= cost[i]
56
57
remain += gas[i];
58
remain -= cost[i];
0 commit comments