Borderou de evaluare (job #1030408)
Utilizator | Data | 15 noiembrie 2013 16:20:53 | |
---|---|---|---|
Problema | Melodii | Status | done |
Runda | FMI No Stress 4 | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:15:16: error: size of array ‘DP’ is too large
int DP[MAX_SIZE] , N , T , R , v[MAX_SIZE];
^
user.cpp:15:42: error: size of array ‘v’ is too large
int DP[MAX_SIZE] , N , T , R , v[MAX_SIZE];
^
user.cpp: In function ‘void Dynamic(long long int)’:
user.cpp:21:2: error: ‘DP’ was not declared in this scope
DP[1] = 1 ;
^
user.cpp:20:10: warning: unused variable ‘j’ [-Wunused-variable]
int i , j ;
^
user.cpp: In function ‘int main()’:
user.cpp:38:5: error: ‘v’ was not declared in this scope
v[Query[i].second] = DP[Query[i].first];
^
user.cpp:38:26: error: ‘DP’ was not declared in this scope
v[Query[i].second] = DP[Query[i].first];
^
user.cpp:41:9: error: ‘v’ was not declared in this scope
out << v[i] << "\n";
^
user.cpp:30:10: warning: unused variable ‘j’ [-Wunused-variable]
int i , j ;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !