Problem ranges
User chikin
Submission Time 2025-06-20 14:31:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ranges.cpp: In function ‘int main()’:
ranges.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> n;
| ^~~
ranges.cpp:8:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cout << n;
| ^
| yn