Problem psle
User dieunq1309
Submission Time 2023-03-25 16:04:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:6:8: error: expected initializer before ‘<’ token
6 | int a < 100;
| ^
psle.cpp:7:9: error: ‘a’ was not declared in this scope
7 | cin >> a;
| ^