Problem | aesthetic |
---|---|
User | bribritt |
Submission Time | 2024-03-06 20:46:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
aesthetic.cpp: In function ‘int main()’:
aesthetic.cpp:55:13: error: cannot convert ‘ll*’ {aka ‘long long int*’} to ‘int*’
55 | dijkstra(0,distS); dijkstra(n-1,distE);
| ^~~~~
| |
| ll* {aka long long int*}
aesthetic.cpp:16:26: note: initializing argument 2 of ‘void dijkstra(int, int*)’
16 | void dijkstra(int s, int dist[]) {
| ^
aesthetic.cpp:55:34: error: cannot convert ‘ll*’ {aka ‘long long int*’} to ‘int*’
55 | dijkstra(0,distS); dijkstra(n-1,distE);
| ^~~~~
| |
| ll* {aka long long int*}
aesthetic.cpp:16:26: note: initializing argument 2 of ‘void dijkstra(int, int*)’
16 | void dijkstra(int s, int dist[]) {
| ^