Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1189 Compile Error P2012 · Binary to Decimal
Time 0 ms Memory 0 K Lang C
// Judge Result
Compile Error. /tmp/voj-1189/lFANeHwZJNLy.c:2:1: error: unknown type name ‘public’ public class Main { ^~~~~~ /tmp/voj-1189/lFANeHwZJNLy.c:2:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Main’ public class Main { ^~~~ Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source

public class Main {
    public static void main(String[] args) {
        while(true)
        System.out.println("ssss");
    }
}
length 129 B
Compile Error
Judge Result
Run ID#1189
ProblemP2012
Submitted byqchgood888
LanguageC
Used Time0 ms
Used Memory0 K
Code length129 B
Submit TimeFebruary 9, 2018, 3:47:59 PM
Execute TimeFebruary 21, 2018, 10:24:00 PM
// Judger
C
View Problem