Accepted
Code
#include <stdio.h>
int main() {
long long int a,b;
scanf("%d %d",&a,&b);
printf("%d",a+b);
}
Information
- Submit By
- Type
- Submission
- Problem
- P1000 A + B
- Language
- C11 (GCC 13.2.0)
- Submit At
- 2025-02-17 14:35:36
- Judged At
- 2025-02-17 14:35:36
- Judged By
- Score
- 100
- Total Time
- 0ms
- Peak Memory
- 356.0 KiB