Cod sursa(job #2513471)

Utilizator imloreLorena B imlore Data 23 decembrie 2019 10:55:35
Problema A+B Scor 0
Compilator cpp-64 Status done
Runda Arhiva de probleme Marime 0.09 kb
#include <iostream>
int main(){
	int a,b;
	std::cin>>a>>b;
	std::cout<<a+b;
	return 0;}