Problem | childsetter4 |
---|---|
User | Secre |
Submission Time | 2025-06-17 10:08:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:7:15: error: ‘N’ was not declared in this scope
7 | for(int i=1;1<N;i++){
| ^
childsetter4.cpp:9:16: error: ‘end1’ was not declared in this scope
9 | cout<<Y<<""<<X<end1;
| ^~~~
childsetter4.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
childsetter4.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^