Problem | 7up |
---|---|
User | spidermancoolboy |
Submission Time | 2024-02-07 22:08:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:14:3: error: expected ‘,’ or ‘;’ before ‘if’
14 | if (shout%7==0 || shoutstr.find("7")==True{
| ^~
7up.cpp:16:5: error: ‘else’ without a previous ‘if’
16 | } else {
| ^~~~