Cod sursa(job #2054470)
| Utilizator | Data | 1 noiembrie 2017 23:42:46 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.11 kb |
#include<bits/stdc++.h>
main(){
int a,b;
std::ifstream("adunare.in")>>a>>b;
std::ofstream("adunare.out")<<a+b;
}
