提交记录 8825
| 提交时间 |
评测时间 |
| 2019-03-13 11:34:43 |
2020-08-01 01:25:06 |
#include<bits/stdc++.h>
using namespace std;
//bitset<10000004>x;
bool x[10000004];
int main()
{
for(int i=1;i<=10000000;i++) x[i]=false;
for(int i=1;i<=10000000;i+=2) x[i]=true;
for(int i=2;i<=10000000;i+=2) x[i]=false;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 1 ms | 8 MB + 980 KB | Time Limit Exceeded | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-07 18:51:08 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠