Cod sursa(job #3238468)
Utilizator | Data | 25 iulie 2024 18:30:04 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.34 kb |
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <stdbool.h>
#include <malloc.h>
#include <math.h>
#include<stdio.h>
int main(void) {
FILE *fisier;
fisier = fopen("test.txt", "w");
long long int t,n;
scanf("%lld", &t);
scanf("%lld", &n);
printf("%lld", t+n);
fclose(fisier);
return 0;
}