Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1382 Wrong Answer P1000 · A+B Problem
Time 105 ms Memory 1652 K Lang C++
// Judge Result
Compile Successfully. - Test Point #0: Wrong Answer, Time = 10 ms, Memory = 1572 KB, Score = 0 - Test Point #1: Wrong Answer, Time = 12 ms, Memory = 532 KB, Score = 0 - Test Point #2: Wrong Answer, Time = 7 ms, Memory = 1652 KB, Score = 0 - Test Point #3: Wrong Answer, Time = 8 ms, Memory = 1640 KB, Score = 0 - Test Point #4: Wrong Answer, Time = 8 ms, Memory = 1644 KB, Score = 0 - Test Point #5: Wrong Answer, Time = 6 ms, Memory = 1604 KB, Score = 0 - Test Point #6: Wrong Answer, Time = 7 ms, Memory = 524 KB, Score = 0 - Test Point #7: Wrong Answer, Time = 8 ms, Memory = 536 KB, Score = 0 - Test Point #8: Wrong Answer, Time = 19 ms, Memory = 1628 KB, Score = 0 - Test Point #9: Wrong Answer, Time = 20 ms, Memory = 524 KB, Score = 0 Wrong Answer, Time = 105 ms, Memory = 1652 KB, Score = 0
// Source
#include <stdio.h>

int main() {
    int a, b;
    scanf("%d%d", &a, &b);
    printf("\n  %d\n", a + b);
    return 0;
}
length 120 B
Wrong Answer
Judge Result
Run ID#1382
ProblemP1000
Submitted bySetiuo
LanguageC++
Used Time105 ms
Used Memory1652 K
Code length120 B
Submit TimeAugust 15, 2019, 6:08:32 PM
Execute TimeAugust 15, 2019, 6:08:07 PM
// Judger
C++
View Problem