Cod sursa(job #3313309)
| Utilizator | Data | 3 octombrie 2025 11:49:55 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <fstream>
#include <iostream>
using namespace std;
int a,b;
int main() {
ifstream fin("fact.in");
ofstream fout("fact.out");
fin>>a>>b;
cout<<a+b;
}
