Cod sursa(job #3313699)
| Utilizator | Data | 5 octombrie 2025 21:59:12 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <fstream>
# include <iostream>
int main(){
ifstream fin("adunare.in");
ofstream fout("adunare.out");
int a,b;
fin>>a>>b;
fout<<a+b;
return 0;
}
