Accepted
Code
#include <stdio.h>
int main(void)
{
int a, b, c;
for(int i=1; i<100000000; i++){}
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:18:55
- Judged At
- 2024-11-11 03:29:55
- Judged By
- Score
- 100
- Total Time
- 1ms
- Peak Memory
- 512.0 KiB