```java
public class helloworld { public static void main (String[] args){ System.out.println("hello"); System.out.println(10); }}
```为什么会报错
收起
代码没啥问题,报错信息看看呢
报告相同问题?