Cod sursa(job #2975393)
| Utilizator | Data | 6 februarie 2023 13:36:13 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.11 kb |
#include <stdio.h>
int main(){
int a, b;
scanf("%d\n%d", &a, &b);
printf("%d", a+b);
return 0;
}