Problem 7up
User spidermancoolboy
Submission Time 2024-02-07 22:09:10
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:15:41: error: ‘True’ was not declared in this scope
15 | if (shout%7==0 || shoutstr.find("7")==True{
| ^~~~
7up.cpp:15:45: error: expected ‘)’ before ‘{’ token
15 | if (shout%7==0 || shoutstr.find("7")==True{
| ~ ^
| )
7up.cpp:20:2: error: expected primary-expression before ‘}’ token
20 | }
| ^