Cod sursa(job #876447)
Utilizator | Data | 11 februarie 2013 20:38:32 | |
---|---|---|---|
Problema | Zoo | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.22 kb |
#include <fstream>
using namespace std;
ifstream fin("zoo.in");
ofstream fout("zoo.out");
int main(int argc, char const *argv[])
{
for (int i = 0; i < 1000000000; i++){
int j = 100;
j++;
}
return 0;
}