Cod sursa(job #2760769)
Utilizator | Data | 28 iunie 2021 23:28:54 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | c-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.08 kb |
#include <stdio.h>
int main(void){
int a = 120;
int b= 220;
printf("%d\n",a+b);
}