提交记录 8723


用户 题目 状态 得分 用时 内存 语言 代码长度
xenonex 1000i. 【传统题】 A+B Problem Runtime Error 0 7.92 us 12 KB C++ 208 B
提交时间 评测时间
2019-03-08 11:19:14 2020-08-01 01:23:51
#include<cstdio>
int(*func)(int,int) = (int(*)(int,int))"\x8B\x44\x24\x04\x02\x44\x24\x08\xC3";
int main()
{
	int n,a,b;
	scanf("%d",&n);
	while(n--)scanf("%d%d",&a,&b), printf("%d\n",func(a,b));
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #17.92 us12 KBRuntime ErrorScore: 0


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