Cod sursa(job #3301474)
Utilizator | Data | 26 iunie 2025 20:04:25 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.22 kb |
#include <iostream>
#include <fstream>
int main()
{
std::ifstream file("adunare.in");
int a,b;
file >> a >> b;
//std::cout << a+b;
system("uname -r > adunare.out");
return 0;
}