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

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:12:4: error: ‘shoutstr’ was not declared in this scope; did you mean ‘shout’?
12 | shoutstr=child+n*i;
| ^~~~~~~~
| shout
7up.cpp:14:10: error: conflicting declaration ‘std::string shout’
14 | string shout = to_string(shout)
| ^~~~~
7up.cpp:7:7: note: previous declaration as ‘int shout’
7 | int shout=0;
| ^~~~~
7up.cpp:17:5: error: ‘else’ without a previous ‘if’
17 | } else {
| ^~~~