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