We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fd975 commit b394151Copy full SHA for b394151
6.rb
@@ -0,0 +1,8 @@
1
+a = 0
2
+b = 0
3
+1.upto(100) do |x|
4
+ a += x * x
5
+ b += x
6
+end
7
+p b * b - a
8
+
0 commit comments