Problem | ranges |
---|---|
User | nguyendinhanh150809 |
Submission Time | 2025-06-20 15:08:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ranges.cpp: In function ‘int main()’:
ranges.cpp:9:2: error: ‘z’ was not declared in this scope
9 | z=k;
| ^
ranges.cpp:11:8: error: ‘l’ was not declared in this scope
11 | cin>>l>>r>>x;
| ^
ranges.cpp:11:11: error: ‘r’ was not declared in this scope
11 | cin>>l>>r>>x;
| ^
ranges.cpp:11:14: error: ‘x’ was not declared in this scope
11 | cin>>l>>r>>x;
| ^