Borderou de evaluare (job #810320)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Partitiile unui numar | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 feb. 2025 09:42:15 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:14:1: error: 'def' does not name a type
14 | def solve(int remaining, int last) {
| ^~~
main.cpp: In function 'int main()':
main.cpp:33:5: error: 'solve' was not declared in this scope
33 | solve(N, 1);
| ^~~~~