Problem 3nplus1
User annabel
Submission Time 2024-07-28 21:13:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function β€˜int main()’:
3nplus1.cpp:4:14: error: expected initializer before β€˜<=’ token
4 | int n; int n<=10000; cin>>n;
| ^~