Cod sursa(job #2543158)
| Utilizator | Data | 10 februarie 2020 21:45:31 | |
|---|---|---|---|
| Problema | Subsir crescator maximal | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva educationala | Marime | 0.23 kb |
#include <iostream>
#include <fstream>
using namespace std;
ifstream fin ("scmax.in");
ofstream fout ("scmax.out");
int main()
{
unsigned long int n;
fin>>n;
unsigned long long int arr[n];
return 0;
}
