這個提示的意思是?
error: cannot find symbol
System.out.printin("???????");
^
symbol: method printin(String)
location: variable out of type PrintStream
1 error
error: cannot find symbol
System.out.printin("???????");
^
symbol: method printin(String)
location: variable out of type PrintStream
1 error
2015-07-30
舉報
2015-07-30
System.out.printin("進入男子組決賽");這里是println,不是printin,改過來吧
System.out.println("進入男子組決賽");2015-07-30
樓上正確