Accepted
Code
#include <stdio.h>
int main() {
int a;
int b;
scanf("%d%d",&a,&b);
int sum = a+b;
printf("%d", sum);
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C11 (GCC 13.2.0)
- Submit At
- 2025-07-18 16:44:16
- Judged At
- 2025-07-18 16:44:16
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 320.0 KiB