Problem passwords
User PlayVoltz
Submission Time 2024-02-24 22:38:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

passwords.cpp: In function ‘int32_t main()’:
passwords.cpp:26:46: error: lvalue required as left operand of assignment
26 | for (int i=0; i<26; ++i)if (have[i]&&dsu[i]=i)++ans;
| ^