Cod sursa(job #3332544)

Utilizator andreistanescu2016@gmail.comAndrei [email protected] Data 7 ianuarie 2026 14:08:35
Problema A+B Scor 0
Compilator c-64 Status done
Runda Arhiva de probleme Marime 0.08 kb
#include <stdio.h>
int main(){
scanf("%d %d", &a, &b);
printf("%d", a+b);
return 0;