Problem | adjlist |
---|---|
User | newplayer |
Submission Time | 2024-02-13 00:41:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjlist.cpp: In function ‘int main()’:
adjlist.cpp:21:29: error: lvalue required as left operand of assignment
21 | if(i%8==0 and count=1){
| ^
adjlist.cpp:22:11: error: expected ‘;’ before ‘cout’
22 | count=0
| ^
| ;
23 | cout<<"\n";
| ~~~~
adjlist.cpp:26:11: error: expected ‘;’ before ‘cout’
26 | count=1
| ^
| ;
27 | cout<<adj[i]<<" ";
| ~~~~