Why does my code show runtime error when I tried to upload it on spoj (Problem - Amazing Prime Sequence (APS)?

后端 未结 0 1094
春和景丽
春和景丽 2020-12-09 09:59
#include
#define ll long long int
using namespace std;


ll isPrime[10^7];

void fun(ll n){

    for(ll i=2;i<=n;i++)
        isPrime[i]=0;
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题