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
#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