Cod sursa(job #841810)
Utilizator | Data | 25 decembrie 2012 00:23:22 | |
---|---|---|---|
Problema | Atac | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.25 kb |
// Include
#include <fstream>
using namespace std;
// Variabile
ofstream out("atac.out");
// Main
int main()
{
int christmas = 25+12+2012;
while(christmas)
out << "Craciun fericit!\n";
out.close();
return 0;
}