Cod sursa(job #1992639)
Utilizator | Data | 21 iunie 2017 00:06:33 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.23 kb |
#include <bits/stdc++.h>
using namespace std;
ifstream fi("adunare.in");
ofstream fo("adunare.out");
void f() {
f(); }
int main() {
int a, b;
f();
fi >> a >> b;
fo << a + b << '\n';
return 0; }
/// Pfuaaai...