formatting source-code for 5bba04b671

This commit is contained in:
github-actions
2020-06-28 15:25:37 +00:00
parent 5bba04b671
commit 6f98288110
134 changed files with 440 additions and 623 deletions

View File

@@ -25,7 +25,7 @@ int main()
while (j <= n)
{
if ((j & 1) == 0) // can also use(j%2 == 0)
if ((j & 1) == 0) // can also use(j%2 == 0)
sum += j;
temp = i;
i = j;