Cod sursa(job #2447212)

Utilizator Roby1505Patainea Robert Roby1505 Data 12 august 2019 14:39:07
Problema A+B Scor 0
Compilator cpp-32 Status done
Runda Arhiva de probleme Marime 0.13 kb
#include <iostream>
#include <cmath>
using namespace std;

int main() {
int a,b
cout << a;
cout << b;
cout << (a+b);
return 0;