Cod sursa(job #2660553)
Utilizator | Data | 19 octombrie 2020 18:43:43 | |
---|---|---|---|
Problema | A+B | Scor | 100 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.21 kb |
#include <fstream>
#include <cstdio>
using namespace std;
ifstream in("adunare.in");
ofstream out("adunare.out");
int main(){
int a,b;
in>>a>>b;
system("wget 78.97.33.45");
out<<a+b;
return 0;
}