提交记录 17236


用户 题目 状态 得分 用时 内存 语言 代码长度
wangzhiyuan12345 1000i. 【传统题】 A+B Problem Memory Limit Exceeded 0 0 ns 0 KB C++ 184 B
提交时间 评测时间
2021-12-23 07:07:43 2021-12-23 07:07:45
#include<bits/stdc++.h>
using namespace std;
struct sz{
	int num[10000005];
}x,y;
int a,b;
main(){
	scanf("%d%d",&a,&b);
	for(int i=1;i<=1e6;i++){
		y=x;
		x=y;
	}
	printf("%d",a+b);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #10 ns0 KBMemory Limit ExceededScore: 0


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