Problem | psle |
---|---|
User | pekow |
Submission Time | 2024-06-25 08:17:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:6:7: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
6 | cin>>ans;
| ^~~
| abs
psle.cpp:8:2: error: expected initializer before ‘if’
8 | if (ans=>91)
| ^~