Cod sursa(job #2704686)
Utilizator | Data | 10 februarie 2021 22:49:30 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
ifstream infile("adunare.in");
int a , b;
a=0;
b=0;
cout<<a+b;
cout.flush();
return 0;
}