Cod sursa(job #825668)
Utilizator | Data | 29 noiembrie 2012 13:01:20 | |
---|---|---|---|
Problema | Subsir crescator maximal | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva educationala | Marime | 0.11 kb |
#include <fstream>
using namespace std;
int main()
{
ofstream out("scmax.out");
out<<2;
return 0;
}