Time Exceeded
Code
#include <stdio.h>
int main(void)
{
int a, b, c;
while(1){}
scanf("%d%d", &a, &b);
printf("%d\n", a + b);
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2024-05-22 09:20:01
- Judged At
- 2024-11-11 03:29:55
- Judged By
- Score
- 0
- Total Time
- ≥2090ms
- Peak Memory
- ≥284.0 KiB