Cod sursa(job #2983868)

Utilizator andreigspdAndrei Gospodaru andreigspd Data 23 februarie 2023 10:58:34
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.13 kb
#include <iostream>
#include <fstream>
#include <string.h>
using namespace std;
int main(){
 int a,b;
 cin>>a>>b;
 cout<<a+b;
}