| Problem | 7up |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-07 13:52:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
7up.cpp: In function ‘bool check(int)’:
7up.cpp:5:9: error: ‘num’ was not declared in this scope; did you mean ‘enum’?
5 | while (num>0)
| ^~~
| enum
7up.cpp:7:7: error: ‘number’ was not declared in this scope
7 | if (number%10==7) return true;
| ^~~~~~
7up.cpp:8:3: error: ‘number’ was not declared in this scope
8 | number /= 10;
| ^~~~~~
7up.cpp: In function ‘int main()’:
7up.cpp:23:2: error: expected ‘}’ at end of input
23 | }
| ^
7up.cpp:13:1: note: to match this ‘{’
13 | {
| ^