Skip to content

Commit d205876

Browse files
authored
Update README.md
1 parent c9e96a2 commit d205876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ for (let v = 0; v < q; v++){
5858
if(v!=0 && j == 0){i++;}
5959
if(v!=0 && k == 0){i = 0; d++;}
6060

61-
t += v + " A[" + d + "][" + i + "][" + j + "]=" + A[d][i][j] + "\n";
61+
t += v + " A["+d+"]["+i+"]["+j+"]=";
62+
t += A[d][i][j] + "\n";
6263
}
6364

6465
print(t);

0 commit comments

Comments
 (0)