Problem shops
User aiden
Submission Time 2026-03-01 17:57:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shops.cpp: In function ‘int main()’:
shops.cpp:47:7: error: too many arguments to function ‘void bfs()’
47 | bfs(0);
| ^
shops.cpp:10:6: note: declared here
10 | void bfs(){
| ^~~