Problem f7
User louisleehi
Submission Time 2022-12-26 12:06:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

f7.cpp: In function ‘int main()’:
f7.cpp:16:10: error: ‘s’ was not declared in this scope
16 | cout << s;
| ^
f7.cpp: At global scope:
f7.cpp:18:1: error: expected unqualified-id before ‘return’
18 | return 0;
| ^~~~~~
f7.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^