Problem childvschild
User blackpanther
Submission Time 2025-05-14 16:18:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childvschild.cpp: In function ‘int main()’:
childvschild.cpp:20:7: error: ‘i’ was not declared in this scope
20 | for (i=0; i<n;i++){
| ^
childvschild.cpp:25:3: error: ‘pop’ was not declared in this scope; did you mean ‘pow’?
25 | pop.back();}}
| ^~~
| pow