Problem 7up
User spidermancoolboy
Submission Time 2024-02-07 22:08:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:11:4: error: ‘shoutstr’ was not declared in this scope; did you mean ‘shout’?
11 | shoutstr=child+n*i;
| ^~~~~~~~
| shout
7up.cpp:13:3: error: ‘shoutstr’ was not declared in this scope; did you mean ‘shout’?
13 | shoutstr = to_string(shout)
| ^~~~~~~~
| shout
7up.cpp:16:5: error: ‘else’ without a previous ‘if’
16 | } else {
| ^~~~