Submitted 28 days 11 h ago
Sat Mar 22 00:15:37 CST 2025
Judger: judger1
Dataset Version: v7
8 ms /
12288 KB
Final
0
Problem: testProblemSet.testP
Language: java
Error occurred during initialization of VM Could not reserve enough space for 262144KB object heap
Hello,World
1st words differ - expected: 'Hello,World', found: 'Error'
Error occurred during initialization of VM Could not reserve enough space for 262144KB object heap
Hello,World
1st words differ - expected: 'Hello,World', found: 'Error'
class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}