Problem | 7up |
---|---|
User | currypotato |
Submission Time | 2023-08-09 09:18:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
7up.cpp: In function ‘int main()’:
7up.cpp:11:56: error: expected ‘)’ before ‘{’ token
11 | if(to_string(x).find("7")!=string::npos||x%7==0{
| ~ ^
| )
7up.cpp:17:7: error: expected primary-expression before ‘}’ token
17 | }
| ^