提交记录 3102


用户 题目 状态 得分 用时 内存 语言 代码长度
user1 1001. 测测你的排序 Compile Error 0 0 ns 0 KB C++ 201 B
提交时间 评测时间
2018-07-05 18:26:30 2020-07-31 21:11:23
template<int n,int k>struct f{static const int t=f<n-1,k*2>::t*f<n-1,k*2+1>::t;};
template<int k>struct f<0,k>{static const int t=k;};


double plus(double a, double b)
{
	return a + b + f<16,2>::t;
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-04-19 06:06:18 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠