Problem economics
User lty748
Submission Time 2025-01-01 21:35:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

economics.cpp:2:9: error: missing terminating " character
2 | print("""A government makes rational spending decisions on quantity of food vouchers by considering the cost and benefits, constraints and intended and unintended consequences of such actions.
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
economics.cpp:27:3: error: missing terminating " character
27 | """)
| ^~
economics.cpp:1:1: error: ‘essay’ does not name a type
1 | essay 1
| ^~~~~