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 c9e96a2 commit d205876Copy full SHA for d205876
README.md
@@ -58,7 +58,8 @@ for (let v = 0; v < q; v++){
58
if(v!=0 && j == 0){i++;}
59
if(v!=0 && k == 0){i = 0; d++;}
60
61
- t += v + " A[" + d + "][" + i + "][" + j + "]=" + A[d][i][j] + "\n";
+ t += v + " A["+d+"]["+i+"]["+j+"]=";
62
+ t += A[d][i][j] + "\n";
63
}
64
65
print(t);
0 commit comments