Problem | adjmatrix |
---|---|
User | Sheb |
Submission Time | 2025-02-17 16:10:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int32_t main()’:
adjmatrix.cpp:30:25: error: invalid conversion from ‘long long int*’ to ‘long long int’ [-fpermissive]
30 | for (int V: A) {
| ^
| |
| long long int*
adjmatrix.cpp:31:29: error: invalid types ‘long long int[int]’ for array subscript
31 | if (x == V[0] and y == V[1]) {
| ^
adjmatrix.cpp:31:43: error: invalid types ‘long long int[int]’ for array subscript
31 | if (x == V[0] and y == V[1]) {
| ^