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