Cod sursa(job #1039346)

Utilizator MorariuDanMorariu Dan MorariuDan Data 22 noiembrie 2013 21:20:38
Problema Jocul Flip Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.2 kb
#include <fstream>
using namespace std;
int main()
{
ifstream f("flip.in");
int N,M;
while (N>=1);
while (M<=16);
f>>N>>M;
f.close();
ofstream g("flip.out");
g<<N+M;
g.close();
return 0;
}