Problem | soccer |
---|---|
User | ovuvuevuevueenyetuewuevue |
Submission Time | 2025-03-16 11:50:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
soccer.cpp:2:7: error: invalid preprocessing directive #Compute
2 | # Compute the largest empty rectangle
| ^~~~~~~
soccer.cpp:7:11: error: invalid preprocessing directive #Update
7 | # Update height for this row
| ^~~~~~
soccer.cpp:13:11: error: invalid preprocessing directive #Compute
13 | # Compute max area in this row's histogram
| ^~~~~~~
soccer.cpp:22:7: error: invalid preprocessing directive #Check
22 | # Check for all empty rows and columns
| ^~~~~
soccer.cpp:1:1: error: ‘def’ does not name a type
1 | def biggest_stadium(N, F):
| ^~~