Problem psle
User prxya
Submission Time 2023-11-08 15:20:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:7:7: error: ‘a’ was not declared in this scope
7 | if (a>90) {
| ^
psle.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
psle.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^