Problem psle
User r1r2r3r4
Submission Time 2025-04-01 18:52:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:5: error: expected initializer before ‘cin’
5 | cin >> a;
| ^~~
psle.cpp:6:8: error: ‘a’ was not declared in this scope
6 | if(a >= 91){
| ^