Accepted
Code
#include <stdio.h>
int main()
{
int x, y;
scanf("%d%d", &x, &y);
printf("%d\n", x + y);
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2025-08-31 16:08:23
- Judged At
- 2025-08-31 16:08:23
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 392.0 KiB