Problem potatotree
User chickengoat
Submission Time 2026-03-09 20:18:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatotree.cpp: In function ‘int main()’:
potatotree.cpp:14:15: error: ‘l’ was not declared in this scope
14 | for(ll i=0;i<l;i++) {
| ^
potatotree.cpp:16:11: error: expected ‘}’ at end of input
16 | cin >> x;
| ^
potatotree.cpp:14:22: note: to match this ‘{’
14 | for(ll i=0;i<l;i++) {
| ^
potatotree.cpp:16:11: error: expected ‘}’ at end of input
16 | cin >> x;
| ^
potatotree.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^