Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1385 Time Limit Exceed P1000 · A+B Problem
Time 10003 ms Memory 1628 K Lang C++
// Judge Result
Compile Successfully. - Test Point #0: Time Limit Exceed, Time = 1001 ms, Memory = 1628 KB, Score = 0 - Test Point #1: Time Limit Exceed, Time = 1000 ms, Memory = 1548 KB, Score = 0 - Test Point #2: Time Limit Exceed, Time = 1000 ms, Memory = 1600 KB, Score = 0 - Test Point #3: Time Limit Exceed, Time = 1000 ms, Memory = 1564 KB, Score = 0 - Test Point #4: Time Limit Exceed, Time = 1000 ms, Memory = 1600 KB, Score = 0 - Test Point #5: Time Limit Exceed, Time = 1000 ms, Memory = 1600 KB, Score = 0 - Test Point #6: Time Limit Exceed, Time = 1001 ms, Memory = 1612 KB, Score = 0 - Test Point #7: Time Limit Exceed, Time = 1001 ms, Memory = 1556 KB, Score = 0 - Test Point #8: Time Limit Exceed, Time = 1000 ms, Memory = 1568 KB, Score = 0 - Test Point #9: Time Limit Exceed, Time = 1000 ms, Memory = 1548 KB, Score = 0 Time Limit Exceed, Time = 10003 ms, Memory = 1628 KB, Score = 0
// Source
#include <stdio.h>

int main() {
    int a, b;
    while(1)
        scanf("%d%d", &a, &b);
    printf("\n  %d\n", a + b);
    return 0;
}
length 137 B
Time Limit Exceed
Judge Result
Run ID#1385
ProblemP1000
Submitted bySetiuo
LanguageC++
Used Time10003 ms
Used Memory1628 K
Code length137 B
Submit TimeAugust 15, 2019, 6:11:23 PM
Execute TimeAugust 15, 2019, 6:11:08 PM
// Judger
C++
View Problem