Problem | psle |
---|---|
User | jian |
Submission Time | 2023-09-07 01:11:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:10: error: ‘grade’ was not declared in this scope
7 | cout << grade(s) << endl;
| ^~~~~
psle.cpp: In function ‘const string& grade(int)’:
psle.cpp:19:13: error: ‘x’ was not declared in this scope
19 | } else if (x >= 35) {
| ^