| Problem | psle |
|---|---|
| User | o0oNotGXYo0o |
| Submission Time | 2023-06-30 15:59:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:9: error: expected primary-expression before ‘int’
5 | cin >> int a;
| ^~~
psle.cpp:6:6: error: ‘a’ was not declared in this scope
6 | if (a > 90):{
| ^
psle.cpp:6:13: error: expected primary-expression before ‘:’ token
6 | if (a > 90):{
| ^