Cod sursa(job #396331)
Utilizator | Data | 14 februarie 2010 23:01:17 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <iostream>
#include <fstream>
int main(){
std::ifstream("adunare.in");int a,b;in>>a>>b;
std::ofstream("adunare.out");out<<a+b;
}