Problem tralalerolarila
User ShaquilleOatmeal34
Submission Time 2025-06-04 11:16:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tralalerolarila.cpp: In function ‘int main()’:
tralalerolarila.cpp:10:23: error: ‘s’ was not declared in this scope
10 | for (char c : s) {
| ^
tralalerolarila.cpp:12:17: error: ‘result’ was not declared in this scope
12 | result += c;
| ^~~~~~
tralalerolarila.cpp:15:17: error: ‘result’ was not declared in this scope
15 | cout << result << endl;
| ^~~~~~
tralalerolarila.cpp: At global scope:
tralalerolarila.cpp:18:5: error: expected unqualified-id before ‘return’
18 | return 0;
| ^~~~~~
tralalerolarila.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^