Cod sursa(job #2799316)
| Utilizator | Data | 12 noiembrie 2021 20:38:43 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <iostream>
#include <fstream>
std::fstream fin("adunare.in", std::ios::in);
std::fstream fout("adunare.out", std::ios::out);
int main(){
return 0;
}
