各位大佬,在pta上刷题,遇到Compiler did not create the expected binary,不知怎样解决大佬帮帮忙,不胜感激
把类名改成Main就可以了,我也遇到相同问题了
就是这样,小白求助
class Hello_World {public static void main(String[] args) {System.out.println("Hello World!");}}
编译器未创建预期二进制