#125

by Zzzyt

Submitted 3 years 1 day ago
Wed Apr 21 11:27:18 CST 2021
Judger: judger1
Dataset Version: v0

9 ms / 12216 KB
Final 0
Problem: fun.resolution
Language: Java 8


#1

9ms / 11580KB / Wrong Answer
Input
0
Output
Error occurred during initialization of VM
Could not reserve enough space for 262144KB object heap
Answer
1
Checker Information
Nazirin thinks your resolution may be too short? Error is found.

#2

9ms / 12216KB / Wrong Answer
Input
1
Output
Error occurred during initialization of VM
Could not reserve enough space for 262144KB object heap
Answer
1
Checker Information
Nazirin thinks your resolution may be too short? Error is found.
public class Main{
    public static void main(String[] args){
        for(int i=0;i<10000;i++){
            System.out.println("In_2020_I_want_HHSOJ_to_run_forever");
        }
        System.out.print("In_2020_I_want_HHSOJ_to_run_forever");
    }
}