Cod sursa(job #3349302)
| Utilizator | Data | 28 martie 2026 02:27:09 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream fin ("adunare.in");
ofstream fout ("adunare.out");
long long a,b;
int main()
{
return 0;
}