提交记录 8826


用户 题目 状态 得分 用时 内存 语言 代码长度
lihanyang 1000i. 【传统题】 A+B Problem Memory Limit Exceeded 0 965.52 us 1008 KB C++ 224 B
提交时间 评测时间
2019-03-13 11:35:07 2020-08-01 01:25:06
#include<bits/stdc++.h>
using namespace std;
//bitset<1000004>x;
bool x[1000004];
int main()
{
	for(int i=1;i<=1000000;i++) x[i]=false;
	for(int i=1;i<=1000000;i+=2) x[i]=true;
	for(int i=2;i<=1000000;i+=2) x[i]=false;
	
}


CompilationN/AN/ACompile OKScore: N/A

Testcase #1965.52 us1008 KBMemory Limit ExceededScore: 0


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