Accepted
Code
#include <stdio.h>
int main(void)
{
int a, b;
scanf("%d%d", &a, &b);
printf("%d\n", a + b);
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C11 (GCC 13.2.0)
- Submit At
- 2024-08-16 06:59:12
- Judged At
- 2024-11-11 03:19:38
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 324.0 KiB