Borderou de evaluare (job #1216631)
Utilizator | Data | 5 august 2014 10:20:54 | |
---|---|---|---|
Problema | Euro2 | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:12:9: error: ‘NMAX’ was not declared in this scope
int DP2[NMAX],L2[NMAX],K2;
^
user.cpp:12:18: error: ‘NMAX’ was not declared in this scope
int DP2[NMAX],L2[NMAX],K2;
^
user.cpp: In function ‘int Binary_Search2(int)’:
user.cpp:43:14: error: ‘L2’ was not declared in this scope
if(X[L2[mid]]<val)
^
user.cpp: In function ‘void computeScmaxDecreasing()’:
user.cpp:70:5: error: ‘DP2’ was not declared in this scope
DP2[N]=1;K2=1;L2[1]=N;
^
user.cpp:70:19: error: ‘L2’ was not declared in this scope
DP2[N]=1;K2=1;L2[1]=N;
^
user.cpp: In function ‘void getSolution()’:
user.cpp:85:27: error: ‘DP2’ was not declared in this scope
max=max(Max,DP[i]+DP2[i]-1);
^
user.cpp: In function ‘int main()’:
user.cpp:90:5: error: ‘cout’ was not declared in this scope
cout << "Hello world!" << endl;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !