Pagini recente » Cod sursa (job #692181) | Borderou de evaluare (job #1535062) | Atasamentele paginii Profil devilfish | Cod sursa (job #1864271) | Cod sursa (job #690750)
Cod sursa(job #690750)
#include <iostream>
#include <fstream>
#include <vector>
void foo(std::vector<std::vector<long long> > v2)
{
}
int main()
{
int a,b;
std::ifstream fin("adunare.in");
fin >> a >> b;
fin.close();
std::ofstream fout("adunare.out");
fout << a + b;
fout.close();
std::vector<std::vector<long long> > v(30,std::vector<long long>(30,-1));
return 0;
}