Borderou de evaluare (job #691848)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Drum | Compilator | cpp-32 |
Rundă | cex_11_12_30_ian_2023 | Status | evaluat |
Dată | 31 ian. 2023 23:46:49 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:33:12: error: too many arguments to function 'void DFS(int)'
33 | DFS(1, 0);
| ~~~^~~~~~
main.cpp:12:6: note: declared here
12 | void DFS(int nod)
| ^~~