Cod sursa(job #3350735)
| Utilizator | Data | 12 aprilie 2026 04:25:14 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.19 kb |
#include <bits/stdc++.h>
using namespace std;
int main(){
ifstream f("adunare.in");
ofstream g("adunare.in");
long long x, y;
f >> x>> y;
g << x + y << endl;
return 0;
}
