Problem flip
User Cadenloi
Submission Time 2023-12-02 17:38:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flip.cpp: In function ‘int32_t main()’:
flip.cpp:16:3: error: ‘tl’ was not declared in this scope; did you mean ‘l’?
16 | tl += w;
| ^~
| l
flip.cpp:26:5: error: ‘tl’ was not declared in this scope; did you mean ‘l’?
26 | if(tl > l) cout << -1;
| ^~
| l