Problem | sealevel |
---|---|
User | nguyendinhanh1508 |
Submission Time | 2024-03-28 22:30:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sealevel.cpp: In function ‘int32_t main()’:
sealevel.cpp:25:27: error: no match for ‘operator[]’ (operand types are ‘std::tuple<long long int, long long int, long long int> [n]’ and ‘std::tuple<long long int, long long int, long long int>’)
25 | tie(a, b, w) = edges[i];
| ^