Problem | greeting |
---|---|
User | Andrew |
Submission Time | 2024-10-27 14:03:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:8:2: error: expected ‘}’ before ‘else’
8 | else {
| ^~~~
greeting.cpp:6:32: note: to match this ‘{’
6 | if (S[S.length() - 1] == ' ') {
| ^
greeting.cpp:10:1: error: expected ‘}’ at end of input
10 | }
| ^
greeting.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^