#127

by Zzzyt

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

14 ms / 12128 KB
Final 0
Problem: fun.resolution
Language: Java 8


#1

14ms / 12128KB / 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

13ms / 12108KB / 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");
    }
}