Problem childsetter2
User Ush
Submission Time 2024-12-18 13:57:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter2.cpp: In function ‘int main()’:
childsetter2.cpp:27:5: error: ‘score’ was not declared in this scope
27 | score += (m - time_used);
| ^~~~~
childsetter2.cpp:27:19: error: ‘time_used’ was not declared in this scope
27 | score += (m - time_used);
| ^~~~~~~~~