Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1383 Time Limit Exceed P1000 · A+B Problem
Time 10005 ms Memory 1668 K Lang C++
// Judge Result
Compile Successfully. - Test Point #0: Time Limit Exceed, Time = 1001 ms, Memory = 1652 KB, Score = 0 - Test Point #1: Time Limit Exceed, Time = 1001 ms, Memory = 1656 KB, Score = 0 - Test Point #2: Time Limit Exceed, Time = 1000 ms, Memory = 1648 KB, Score = 0 - Test Point #3: Time Limit Exceed, Time = 1000 ms, Memory = 1620 KB, Score = 0 - Test Point #4: Time Limit Exceed, Time = 1001 ms, Memory = 1656 KB, Score = 0 - Test Point #5: Time Limit Exceed, Time = 1001 ms, Memory = 1660 KB, Score = 0 - Test Point #6: Time Limit Exceed, Time = 1000 ms, Memory = 1596 KB, Score = 0 - Test Point #7: Time Limit Exceed, Time = 1001 ms, Memory = 1668 KB, Score = 0 - Test Point #8: Time Limit Exceed, Time = 1000 ms, Memory = 1596 KB, Score = 0 - Test Point #9: Time Limit Exceed, Time = 1000 ms, Memory = 1616 KB, Score = 0 Time Limit Exceed, Time = 10005 ms, Memory = 1668 KB, Score = 0
// Source
#include <stdio.h>

int main() {
    while(1);
    int a, b;
    scanf("%d%d", &a, &b);
    printf("\n  %d\n", a + b);
    return 0;
}
length 134 B
Time Limit Exceed
Judge Result
Run ID#1383
ProblemP1000
Submitted bySetiuo
LanguageC++
Used Time10005 ms
Used Memory1668 K
Code length134 B
Submit TimeAugust 15, 2019, 6:09:33 PM
Execute TimeAugust 15, 2019, 6:09:18 PM
// Judger
C++
View Problem