Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
111795 梁乃元 整数拆分 C++ 编译错误 0 0 MS 0 KB 281 2023-11-25 08:09:23

Tests(0/0):


# include <iostream> using namespace std ; long long cf ( int x ) { if ( x < 6 ) { return x ; } return cf ( x - 3 ) * 3 ; } int main ( ) { long long n ; cin >> n ; if ( x < 3 ) { cout << 1 << endl ; return 0 ; } cout << cf ( n ) ; return 0 ; }


测评信息: