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
- C++20 (G++ 13.2.0)
- Submit At
- 2024-08-26 13:32:22
- Judged At
- 2024-11-11 03:04:37
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 432.0 KiB