Problem childsetter4
User Hutayo
Submission Time 2025-06-17 10:51:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:8:5: error: ‘intcount2’ was not declared in this scope
8 | intcount2;
| ^~~~~~~~~
childsetter4.cpp:9:5: error: ‘count2’ was not declared in this scope; did you mean ‘count1’?
9 | count2 >> -1;
| ^~~~~~
| count1