Cod sursa(job #3166323)
| Utilizator | Data | 8 noiembrie 2023 16:07:53 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <stdio.h>
#include <stdint.h>
void main(){
int a = 0;
int b = 0;
scanf("%d%d",&a,&b);
printf("%d",a+b);
}