Problem | splithunny |
---|---|
User | DoubleShaurya |
Submission Time | 2024-01-20 09:27:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:63:14: error: overloaded function with no contextual type information
63 | count -= 1;
| ^
splithunny.cpp:64:8: error: ‘class std::vector<std::pair<long long int, long long int> >’ has no member named ‘remove’
64 | VC.remove(VC.begin(), VC.end(), Neighbours(VC[A].first, VC[A].second, row, col)[B]);
| ^~~~~~
splithunny.cpp:73:1: error: expected ‘}’ at end of input
73 | }
| ^
splithunny.cpp:27:16: note: to match this ‘{’
27 | signed main () {
| ^