Problem uniquepath
User Hijackedsoul
Submission Time 2024-09-07 17:39:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

uniquepath.cpp: In function ‘int32_t main()’:
uniquepath.cpp:64:23: error: lvalue required as left operand of assignment
64 | else if(m==n-1 && cc=0) std::cout << "Yes\n";
| ^