Problem paint
User wezmaster
Submission Time 2024-06-06 12:55:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

paint.cpp:12:3: error: invalid preprocessing directive #Input
12 | # Input handling
| ^~~~~
paint.cpp:17:3: error: invalid preprocessing directive #Calculate
17 | # Calculate and output the minimum cost
| ^~~~~~~~~
paint.cpp:1:1: error: ‘def’ does not name a type
1 | def min_paint_cost(n, paint_prices, price_increases):
| ^~~