Syntax error on defining and using 2D array

后端 未结 0 1305
南笙
南笙 2020-12-13 05:28
public class (Last name removed to avoid doxxing myself)_PennyPitch {
  
  int total = 0;
  int[][] board = {{1,1,1,1,1}, {1,2,2,2,1}, {1,2,3,2,1}, {1,2,2,2,1}, {1,1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题