Problem | colourfulpaths |
---|---|
User | dacashew |
Submission Time | 2024-11-08 11:20:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
colourfulpaths.cpp: In function ‘int main()’:
colourfulpaths.cpp:139:4: error: ‘x’ was not declared in this scope
139 | x=find(it.fist);
| ^
colourfulpaths.cpp:139:14: error: ‘struct std::pair<long long int, long long int>’ has no member named ‘fist’; did you mean ‘first’?
139 | x=find(it.fist);
| ^~~~
| first
colourfulpaths.cpp:140:4: error: ‘y’ was not declared in this scope
140 | y=find(it.second);
| ^