提交时间:2023-12-15 20:16:32

运行 ID: 33939

class Hello{ public static void main(String[] args){ System.out.print("Hello World!"); } }