Pagini recente » Cod sursa (job #1886841) | Cod sursa (job #1555939) | Cod sursa (job #951037) | Cod sursa (job #1018090) | Cod sursa (job #3033106)
/******************************************************************************
Welcome to GDB Online.
GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl,
C#, OCaml, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog.
Code, Compile, Run and Debug online from anywhere in world.
*******************************************************************************/
#include <bits/stdc++.h>
using namespace std;
ifstream fin("adunare.in");
ofstream fout("adunare.out");
int main()
{int a,b;
fin >> a >> b;
fout << a+b;
return 0;
}