Problem 7up
User cjcube
Submission Time 2023-11-08 10:24:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘bool containsDigit(long long int, long long int)’:
7up.cpp:11:12: error: a function-definition is not allowed here before ‘{’ token
11 | int main() {
| ^
7up.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
7up.cpp:4:55: note: to match this ‘{’
4 | bool containsDigit(long long number, long long digit) {
| ^