Problem givingtree
User CodeMerah
Submission Time 2026-06-23 14:30:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

givingtree.cpp: In function ‘int main(int, char**)’:
givingtree.cpp:21:38: error: expected ‘}’ at end of input
21 | for(int i=0;i<l;++i){cout<<s<<"\n";}}
| ^
givingtree.cpp:4:1: note: to match this ‘{’
4 | {
| ^