Problem | economics |
---|---|
User | PlayVoltz |
Submission Time | 2025-02-04 15:21:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
economics.cpp:3:13: error: missing terminating " character
3 | 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:28:3: error: missing terminating " character
28 | """)
| ^~
economics.cpp:30:13: error: missing terminating " character
30 | print("""
| ^
economics.cpp:49:3: error: missing terminating " character
49 | """)
| ^~
economics.cpp:1:1: error: ānā does not name a type
1 | n=int(input())
| ^