Cod sursa(job #2054468)
| Utilizator | Data | 1 noiembrie 2017 23:41:23 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <bits/stdc++.h>
main() {
int a, b;
std::ifstream("adunare.in") >> a >> b;
std::ofstream("adunare.out") << a + b;
}
