Cod sursa(job #3349307)
| Utilizator | Data | 28 martie 2026 02:40:26 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.19 kb |
#include <fstream>
using namespace std;
ifstream fin ("adunare.in");
ofstream myfile;
myfile.open("adunare.out", std::ios_base::app);
long long a,b;
int main()
{
return 0;
}