#366

by Zzzyt

Submitted 28 days 11 h ago
Sat Mar 22 00:13:39 CST 2025
Judger: judger1
Dataset Version: v7

7 ms / 12288 KB
Final 0
Problem: testProblemSet.testP
Language: java


#1

7ms / 12160KB / Wrong Answer
Input

												
Output
Error occurred during initialization of VM
Could not reserve enough space for 262144KB object heap
Answer
Hello,World
Checker Information
1st words differ - expected: 'Hello,World', found: 'Error'

#2

6ms / 12288KB / Wrong Answer
Input

												
Output
Error occurred during initialization of VM
Could not reserve enough space for 262144KB object heap
Answer
Hello,World
Checker Information
1st words differ - expected: 'Hello,World', found: 'Error'
class Main {
    public static void main(String[] args) {
        System.out.println("Hello World!"); 
    }
}