Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1479 Wrong Answer P1000 · A+B Problem
Time 51 ms Memory 1092 K Lang C
// Judge Result
Compile Successfully. - Test Point #0: Wrong Answer, Time = 4 ms, Memory = 1064 KB, Score = 0 - Test Point #1: Wrong Answer, Time = 4 ms, Memory = 1024 KB, Score = 0 - Test Point #2: Wrong Answer, Time = 4 ms, Memory = 324 KB, Score = 0 - Test Point #3: Wrong Answer, Time = 3 ms, Memory = 1092 KB, Score = 0 - Test Point #4: Wrong Answer, Time = 4 ms, Memory = 1060 KB, Score = 0 - Test Point #5: Wrong Answer, Time = 3 ms, Memory = 316 KB, Score = 0 - Test Point #6: Wrong Answer, Time = 3 ms, Memory = 320 KB, Score = 0 - Test Point #7: Wrong Answer, Time = 9 ms, Memory = 248 KB, Score = 0 - Test Point #8: Wrong Answer, Time = 6 ms, Memory = 316 KB, Score = 0 - Test Point #9: Wrong Answer, Time = 11 ms, Memory = 936 KB, Score = 0 Wrong Answer, Time = 51 ms, Memory = 1092 KB, Score = 0
// Source
#include<unistd.h>
#include<stdio.h>
int main(){fork();int a, b; scanf("%d%d", &a, &b);printf("%d\n", a+b);}
length 108 B
Wrong Answer
Judge Result
Run ID#1479
ProblemP1000
Submitted byhynbbnyh
LanguageC
Used Time51 ms
Used Memory1092 K
Code length108 B
Submit TimeFebruary 25, 2020, 10:01:09 PM
Execute TimeFebruary 25, 2020, 10:00:49 PM
// Judger
C
View Problem