提交记录 8827


用户 题目 状态 得分 用时 内存 语言 代码长度
lihanyang 1000i. 【传统题】 A+B Problem Time Limit Exceeded 0 1 ms 152 KB C++ 224 B
提交时间 评测时间
2019-03-13 11:35:30 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 #11 ms152 KBTime Limit ExceededScore: 0


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