提交记录 8707


用户 题目 状态 得分 用时 内存 语言 代码长度
hotwords 1000. 测测你的 A+B Accepted 100 7.45 us 12 KB C++ 187 B
提交时间 评测时间
2019-03-06 19:00:44 2020-08-01 01:23:33
int plus(int x, int y)
{
	int a=65413132,b=541651321,c=1000000007,ans=1;
	for(;b;b>>=1) {
		if(b&1) ans=(long long)ans*a%c;
		a=(long long)a*a%c;
	}
	return ans+x+ans+y+ans*2-(ans<<2);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #17.45 us12 KBAcceptedScore: 100


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