Problem psle
User nguyendinhanh1508
Submission Time 2023-12-23 14:44:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int32_t main()’:
psle.cpp:7:6: error: expected initializer before ‘<=’ token
7 | int n<=100;
| ^~
psle.cpp:8:8: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin>>n;
| ^
| yn