Skip to content

Commit 3219b95

Browse files
authored
Update README.md
1 parent 6c3fda3 commit 3219b95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ 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 + "]=";
62-
t += A[d][i][j] + "\n";
61+
t += v + " A[" + d + "][" + i + "][" + j + "]=" + A[d][i][j] + "\n";
6362
}
6463

6564
print(t);

0 commit comments

Comments
 (0)