Accepted
Code
#include <stdio.h>
int main()
{
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
- C99 (GCC 13.2.0)
- Submit At
- 2025-04-06 14:57:51
- Judged At
- 2025-04-06 14:57:51
- Judged By
- Score
- 100
- Total Time
- 2ms
- Peak Memory
- 324.0 KiB