Problem | lightningrod |
---|---|
User | Kiameimon |
Submission Time | 2024-01-04 14:13:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:52:11: error: ‘p’ was not declared in this scope
52 | int x = p.real(), y = p.imag();
| ^
lightningrod.cpp:53:14: error: ‘y’ was not declared in this scope
53 | mn = min(x-y, mn);
| ^