Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1043 Runtime Error P2017 · Number of Divisors
Time 18 ms Memory 4 K Lang C
// Judge Result
Compile Successfully. - Test Point #0: Runtime Error, Time = 2 ms, Memory = 0 KB, Score = 0 - Test Point #1: Runtime Error, Time = 2 ms, Memory = 0 KB, Score = 0 - Test Point #2: Runtime Error, Time = 2 ms, Memory = 0 KB, Score = 0 - Test Point #3: Runtime Error, Time = 3 ms, Memory = 0 KB, Score = 0 - Test Point #4: Runtime Error, Time = 1 ms, Memory = 0 KB, Score = 0 - Test Point #5: Runtime Error, Time = 2 ms, Memory = 4 KB, Score = 0 - Test Point #6: Runtime Error, Time = 2 ms, Memory = 0 KB, Score = 0 - Test Point #7: Runtime Error, Time = 2 ms, Memory = 0 KB, Score = 0 - Test Point #8: Runtime Error, Time = 1 ms, Memory = 0 KB, Score = 0 - Test Point #9: Runtime Error, Time = 1 ms, Memory = 0 KB, Score = 0 Runtime Error, Time = 18 ms, Memory = 4 KB, Score = 0
// Source
int main()
    {
    while(1)
          __asm(
                  "mov $0x02,%eax\n\t"
                  "int $0x80\n\t"
                  );
}
length 151 B
Runtime Error
Judge Result
Run ID#1043
ProblemP2017
Submitted bytttrrr
LanguageC
Used Time18 ms
Used Memory4 K
Code length151 B
Submit TimeMay 16, 2016, 9:56:19 AM
Execute TimeMay 24, 2016, 6:40:57 AM
// Judger
C
View Problem