| Problem | makingparallelograms |
|---|---|
| User | blob |
| Submission Time | 2023-12-30 14:30:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
makingparallelograms.cpp: In function ‘int main()’:
makingparallelograms.cpp:19:6: error: ‘lines’ was not declared in this scope
19 | if (lines[0] == lines[n - 1]) {
| ^~~~~
makingparallelograms.cpp:20:22: error: expected ‘;’ before ‘}’ token
20 | count = n / 2
| ^
| ;
21 | }
| ~