Problem flip
User Pan
Submission Time 2024-10-30 20:25:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flip.cpp: In function ‘void dijkstra(long long int, std::vector<std::vector<long long int> >&)’:
flip.cpp:90:9: error: return-statement with a value, in function returning ‘void’ [-fpermissive]
90 | return 6;
| ^