Cod sursa(job #1484914)
| Utilizator | Data | 12 septembrie 2015 09:54:22 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include<fstream>
using namespace std;
ifstream f("adunare.in");
ofstream g("adunare.out");
int a, b;
int main () {
f >> a >> b;
}
