Problem | psle |
---|---|
User | jane07 |
Submission Time | 2024-06-24 14:34:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:15: error: expected unqualified-id before ‘=’ token
5 | long long = s; cin >> s;
| ^
psle.cpp:5:27: error: ‘s’ was not declared in this scope
5 | long long = s; cin >> s;
| ^
psle.cpp:9:23: error: expected identifier before ‘(’ token
9 | else if (s >= 75) && (s <=90){
| ^
psle.cpp:12:23: error: expected identifier before ‘(’ token
12 | else if (s >= 60) && (s <=74){
| ^
psle.cpp:15:23: error: expected identifier before ‘(’ token
15 | else if (s >= 50) && (s <=59){
| ^
psle.cpp:18:23: error: expected identifier before ‘(’ token
18 | else if (s >= 35) && (s <=49){
| ^
psle.cpp:21:23: error: expected identifier before ‘(’ token
21 | else if (s >= 2