Borderou de evaluare (job #588122)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Clasa0 | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 mar. 2021 17:40:31 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:17:10: error: request for member 'nr' in 'v[0]', which is of non-class type 'unsigned int'
17 | v[0].nr = a;
| ^~
main.cpp:18:10: error: request for member 'nr' in 'v[1]', which is of non-class type 'unsigned int'
18 | v[1].nr = b;
| ^~
main.cpp:19:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
19 | for(int x = 2;x < n;x++){
| ~~^~~
main.cpp:20:14: error: request for member 'nr' in 'v[x]', which is of non-class type 'unsigned int'
20 | v[x].nr = (v[x - 2]*q + v[x - 1]*p);
| ^~
main.cpp:14:19: warning: unused variable 's' [-Wunused-variable]
14 | long long int s = 0;
| ^