예를들어 block[][][]이있는데

 

for문돌리려면


 for (block = 0;, block<20; block++)
 {

이런식으로 하면안됨?

알려주셈 ㅜㅜ