Borderou de evaluare (job #3336129)
| Utilizator | Data | 24 ianuarie 2026 12:03:17 | |
|---|---|---|---|
| Problema | Statistici de ordine | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void sortare(int*, int*, int, int)':
main.cpp:33:17: error: invalid conversion from 'int' to 'int*' [-fpermissive]
33 | sortare(st, mid);
| ^~
| |
| int
main.cpp:33:21: error: invalid conversion from 'int' to 'int*' [-fpermissive]
33 | sortare(st, mid);
| ^~~
| |
| int
main.cpp:33:16: error: too few arguments to function 'void sortare(int*, int*, int, int)'
33 | sortare(st, mid);
| ~~~~~~~^~~~~~~~~
main.cpp:27:6: note: declared here
27 | void sortare(int v[3000000], int w[3000000], int st, int dr) {
| ^~~~~~~
main.cpp:34:21: error: invalid conversion from 'int' to 'int*' [-fpermissive]
34 | sortare(mid + 1, dr);
| ~~~~^~~
| |
| int
main.cpp:34:26: error: invalid conversion from 'int' to 'int*' [-fpermissive]
34 | sortare(mid + 1, dr);
| ^~
| |
| int
main.cpp:34:16: error: too few arguments to function 'void sortare(int*, int*, int, int)'
34 | sortare(mid + 1, dr);
| ~~~~~~~^~~~~~~~~~~~~
main.cpp:27:6: note: declared here
27 | void sortare(int v[3000000], int w[3000000], int st, int dr) {
| ^~~~~~~
main.cpp:36:9: error: 'intcl' was not declared in this scope
36 | intcl(st, mid, dr);
| ^~~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
