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