| Problem | psle | 
|---|---|
| User | Anonymous35V | 
| Submission Time | 2023-11-08 15:29:18 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 psle.cpp: In function ‘int main()’:
psle.cpp:8:9: error: ‘grades’ was not declared in this scope; did you mean ‘grade’?
    8 |  cin >> grades
      |         ^~~~~~
      |         grade
psle.cpp:12:2: error: ‘else’ without a previous ‘if’
   12 |  else if (score >= 75) {
      |  ^~~~