0_0_32891305_19986.cpp: In function 'void solve(int)':
0_0_32891305_19986.cpp:6:1: error: expected primary-expression before '}' token
}
^
0_0_32891305_19986.cpp: In function 'int main()':
0_0_32891305_19986.cpp:13:19: error: could not convert 'solve(x)' from 'void' to 'bool'
if(solve(x)) count++;
^
0_0_32891305_19986.cpp:13:27: error: no post-increment operator for type
if(solve(x)) count++;
^
|