3476. 函数

weizhixue 2024-05-23 18:39:54 2024-05-23 18:43:26 15

zijisikao!!

#include

using namespace std;

int f(int x) {

} int main() {

int x;

cout << f(x);

cin >> x;

} if (x <= 0) {

    return 0;

} else if (x == 1) {

    return 1;

} else if (x > 1 && x % 2 == 0) {

    return 3 * f(x / 2) - 1;

} else {

    return 3 * f((x + 1) / 2) - 1;

}

自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!! 自己思考!!!

{{ vote && vote.total.up }}