Problem 7up
User RAyhahh
Submission Time 2025-01-20 17:42:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:11:8: error: ‘str’ was not declared in this scope; did you mean ‘std’?
11 | }d = str(c);
| ^~~
| std
7up.cpp:12:9: error: expected ‘)’ before ‘in’
12 | if('7' in d){ cout << "UP!"; } }
| ~ ^~~
| )