Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1490 Runtime Error P1000 · A+B Problem
Time 1493 ms Memory 960 K Lang C
// Judge Result
Compile Successfully. - Test Point #0: Time Limit Exceed, Time = 1014 ms, Memory = 960 KB, Score = 0 - Test Point #1: Runtime Error, Time = 18 ms, Memory = 0 KB, Score = 0 - Test Point #2: Runtime Error, Time = 77 ms, Memory = 0 KB, Score = 0 - Test Point #3: Runtime Error, Time = 73 ms, Memory = 0 KB, Score = 0 - Test Point #4: Runtime Error, Time = 66 ms, Memory = 0 KB, Score = 0 - Test Point #5: Runtime Error, Time = 45 ms, Memory = 0 KB, Score = 0 - Test Point #6: Runtime Error, Time = 46 ms, Memory = 0 KB, Score = 0 - Test Point #7: Runtime Error, Time = 59 ms, Memory = 0 KB, Score = 0 - Test Point #8: Runtime Error, Time = 45 ms, Memory = 0 KB, Score = 0 - Test Point #9: Runtime Error, Time = 50 ms, Memory = 0 KB, Score = 0 Runtime Error, Time = 1493 ms, Memory = 960 KB, Score = 0
// Source
#include <unistd.h>
int main() {
    int i;
    for(i=0;i<100000;++i)    fork();
}
length 82 B
Runtime Error
Judge Result
Run ID#1490
ProblemP1000
Submitted byhynbbnyh
LanguageC
Used Time1493 ms
Used Memory960 K
Code length82 B
Submit TimeFebruary 25, 2020, 10:39:30 PM
Execute TimeFebruary 28, 2020, 10:27:34 AM
// Judger
C
View Problem