Borderou de evaluare (job #1512668)
| Utilizator | Data | 28 octombrie 2015 14:37:05 | |
|---|---|---|---|
| Problema | Subsir crescator maximal | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void update(int, int, int, int, int)’:
user.cpp:33:44: error: too few arguments to function ‘void update(int, int, int, int, int)’
if (pos<=mid) update(left,mid,nod*2,pos);
^
user.cpp:24:6: note: declared here
void update(int left,int right,int nod,int pos,int ind)
^
user.cpp:34:40: error: too few arguments to function ‘void update(int, int, int, int, int)’
else update(mid+1,right,nod*2+1,pos);
^
user.cpp:24:6: note: declared here
void update(int left,int right,int nod,int pos,int ind)
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
