Problem | psle |
---|---|
User | TheresaAlphonse |
Submission Time | 2024-06-24 14:32:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:5:33: error: a function-definition is not allowed here before ‘{’ token
5 | std::string getGrade(int score) {
| ^
psle.cpp:23:12: error: a function-definition is not allowed here before ‘{’ token
23 | int main() {
| ^
psle.cpp:36:1: error: expected ‘}’ at end of input
36 | }
| ^
psle.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^