Problem | nemo |
---|---|
User | PlayVoltz |
Submission Time | 2023-08-25 14:42:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nemo.cpp: In function ‘int main()’:
nemo.cpp:36:14: error: incompatible types in assignment of ‘int’ to ‘int [100000]’
36 | paths[a] = b;
| ^
nemo.cpp:37:14: error: incompatible types in assignment of ‘int’ to ‘int [100000]’
37 | paths[b] = a;
| ^