| Problem | removeedges |
|---|---|
| User | mertbbm |
| Submission Time | 2023-03-29 10:42:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
removeedges.cpp:37:23: error: expected ‘,’ or ‘...’ before ‘&’ token
37 | bool cmp2(const edge a&, const edge &b){
| ^
removeedges.cpp: In function ‘bool cmp2(edge)’:
removeedges.cpp:38:15: error: ‘b’ was not declared in this scope
38 | return a.w > b.w;
| ^