提交记录 8709


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

CompilationN/AN/ACompile OKScore: N/A

Testcase #16.69 us12 KBAcceptedScore: 100


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