Problem givingtree
User eipi10
Submission Time 2026-06-23 10:44:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

givingtree.cpp: In function ‘int main()’:
givingtree.cpp:21:25: error: ‘s’ was not declared in this scope; did you mean ‘ss’?
21 | for (int ss=1; ss<=1;s=s+1) cout "*";
| ^
| ss
givingtree.cpp:21:36: error: expected ‘;’ before string constant
21 | for (int ss=1; ss<=1;s=s+1) cout "*";
| ^~~~
| ;