Problem | makingparallelograms |
---|---|
User | blob |
Submission Time | 2023-12-30 14:42:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
makingparallelograms.cpp:31:5: error: ‘cout’ does not name a type
31 | cout << result << "\n";
| ^~~~
makingparallelograms.cpp:32:5: error: expected unqualified-id before ‘return’
32 | return 0;
| ^~~~~~
makingparallelograms.cpp:33:1: error: expected declaration before ‘}’ token
33 | }
| ^