Old schooler here. Having studied and used both procedural and OOP methodologies
I have found that procedural programming often provides a more efficient and lighter
weight solution than the OOP alternative.
Is there a way I can use procedural code for submissions to problems?