Problem inspections
User HelloMhing
Submission Time 2024-02-17 22:08:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inspections.cpp:19:3: error: invalid preprocessing directive #Read
19 | # Read input
| ^~~~
inspections.cpp:24:3: error: invalid preprocessing directive #Calculate
24 | # Calculate and print result
| ^~~~~~~~~
inspections.cpp:1:1: error: ‘def’ does not name a type
1 | def count_inspections(n, m, q, tasks, safety_values):
| ^~~