Cod sursa(job #812478)
Utilizator | Data | 13 noiembrie 2012 21:44:30 | |
---|---|---|---|
Problema | Minesweeper | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.25 kb |
#include <iostream>
#include <fstream>
#include <cmath>
using namespace std;
ifstream f ("minesweeper.in");
ofstream g ("minesweeper.out");
double x;
int n, m;
long long int st, si, st1;
int main ()
{f>>n>>m;
x=28.928571/3;
cout<<x*n*m;
}