Problem 7up
User glog
Submission Time 2023-02-27 17:44:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

7up.cpp: In function ‘int main()’:
7up.cpp:17:31: error: expected ‘;’ before ‘{’ token
17 | else if ((((f-7)%10)==0){
| ^
| ;
7up.cpp:20:5: error: expected primary-expression before ‘else’
20 | else if ((((signed)(f/10)-7)%10)==0){
| ^~~~
7up.cpp:19:6: error: expected ‘)’ before ‘else’
19 | }
| ^
| )
20 | else if ((((signed)(f/10)-7)%10)==0){
| ~~~~
7up.cpp:17:15: note: to match this ‘(’
17 | else if ((((f-7)%10)==0){
| ^