Problem | lightningrod |
---|---|
User | MagicHenry |
Submission Time | 2024-02-22 19:35:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:10:28: error: could not convert ‘{x, y}’ from ‘<brace-enclosed initializer list>’ to ‘std::pair<int, int>’
10 | pair<int,int> maxy = {x,y};
| ^
| |
| <brace-enclosed initializer list>