Borderou de evaluare (job #2873493)
Utilizator | Data | 19 martie 2022 10:43:48 | |
---|---|---|---|
Problema | Dice Array | Status | done |
Runda | Algoritmiada 2022 - Runda 3 | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void refresh(int, int)':
main.cpp:69:9: error: 'p' was not declared in this scope
69 | p[i] = compose(p[i], lazy[b]);
| ^
main.cpp:69:30: error: 'lazy' was not declared in this scope
69 | p[i] = compose(p[i], lazy[b]);
| ^~~~
main.cpp:72:5: error: 'lazy' was not declared in this scope
72 | lazy[b] = {1, 2, 3};
| ^~~~
main.cpp: In function 'void update(int, int, State)':
main.cpp:77:9: error: 'p' was not declared in this scope
77 | p[i] = compose(p[i], op);
| ^
main.cpp: In function 'void updateLazy(int, State)':
main.cpp:82:5: error: 'lazy' was not declared in this scope
82 | lazy[b] = compose(lazy[b], op);
| ^~~~
main.cpp: In function 'int main()':
main.cpp:92:16: error: 'init' was not declared in this scope; did you mean 'int'?
92 | cin >> init[i].x >> init[i].y >> init[i].z;
| ^~~~
| int
main.cpp:93:9: error: 'p' was not declared in this scope
93 | p[i] = {1, 2, 3};
| ^
main.cpp:97:9: error: 'lazy' was not declared in this scope
97 | lazy[b] = {1, 2, 3};
| ^~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !