Problem | greeting |
---|---|
User | angei |
Submission Time | 2025-08-01 13:54:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:6:16: error: ‘s’ was not declared in this scope
6 | for (char c : s) {
| ^
greeting.cpp:9:2: error: expected ‘}’ at end of input
9 | }
| ^
greeting.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^