Problem sculptures_apio15
User Poopoo123
Submission Time 2023-02-24 12:54:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sculptures_apio15.cpp:3:3: error: invalid preprocessing directive #Read
3 | # Read input
| ^~~~
sculptures_apio15.cpp:7:3: error: invalid preprocessing directive #Initialize
7 | # Initialize DP table
| ^~~~~~~~~~
sculptures_apio15.cpp:14:3: error: invalid preprocessing directive #Fill
14 | # Fill DP table using recurrence relation
| ^~~~
sculptures_apio15.cpp:20:3: error: invalid preprocessing directive #Output
20 | # Output minimum final beauty value
| ^~~~~~
sculptures_apio15.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~