Problem | psle |
---|---|
User | itchydeez |
Submission Time | 2023-11-08 11:03:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:2: error: expected initializer before ‘cint’
7 | cint>>s
| ^~~~
psle.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (91>s>74){
| ^~~~
psle.cpp:10:14: error: ‘s’ was not declared in this scope
10 | else if (91>s>74){
| ^
psle.cpp:11:11: error: expected ‘;’ before ‘}’ token
11 | cout<<"A"};
| ^
| ;
psle.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (75>s>59){
| ^~~~
psle.cpp:12:14: error: ‘s’ was not declared in this scope
12 | else if (75>s>59){
| ^
psle.cpp:13:11: error: expected ‘;’ before ‘}’ token
13 | cout<<"B"};
| ^
| ;
psle.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else if(60>s>49){
| ^~~~
psle.cpp:14:13: er