F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_21550508_25300.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include    <iostream>
         ^
0_0_21550508_25300.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include    <cstdio>
         ^
0_0_21550508_25300.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include    <cstdlib>
         ^
0_0_21550508_25300.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include    <algorithm>
         ^
0_0_21550508_25300.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include    <vector>
         ^
0_0_21550508_25300.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include    <cstring>
         ^
0_0_21550508_25300.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
 #include    <queue>
         ^
0_0_21550508_25300.cpp:13:2: error: stray '#' in program
  
  ^
0_0_21550508_25300.cpp:16:2: error: stray '#' in program
  
  ^
0_0_21550508_25300.cpp:18:2: error: stray '#' in program
  
  ^
0_0_21550508_25300.cpp:21:2: error: stray '#' in program
   phi[1]=1;
  ^
0_0_21550508_25300.cpp:21:8: error: stray '#' in program
   phi[1]=1;
        ^
0_0_21550508_25300.cpp:22:2: error: stray '#' in program
   for(int i=2;i<N;++i){
  ^
0_0_21550508_25300.cpp:22:8: error: stray '#' in program
   for(int i=2;i<N;++i){
        ^
0_0_21550508_25300.cpp:23:2: error: stray '#' in program
     if(!vis[i])P[++tot]=i,phi[i]=i-1;
  ^
0_0_21550508_25300.cpp:23:8: error: stray '#' in program
     if(!vis[i])P[++tot]=i,phi[i]=i-1;
        ^
0_0_21550508_25300.cpp:23:14: error: stray '#' in program
     if(!vis[i])P[++tot]=i,phi[i]=i-1;
              ^
0_0_21550508_25300.cpp:23:20: error: stray '#' in program
     if(!vis[i])P[++tot]=i,phi[i]=i-1;
                    ^
0_0_21550508_25300.cpp:24:2: error: stray '#' in program
     for(int j=1;j<=tot;++j){
  ^
0_0_21550508_25300.cpp:24:8: error: stray '#' in program
     for(int j=1;j<=tot;++j){
        ^
0_0_21550508_25300.cpp:24:14: error: stray '#' in program
     for(int j=1;j<=tot;++j){
              ^
0_0_21550508_25300.cpp:24:20: error: stray '#' in program
     for(int j=1;j<=tot;++j){
                    ^
0_0_21550508_25300.cpp:25:2: error: stray '#' in program
       if(i*P[j]>=N)break;
  ^
0_0_21550508_25300.cpp:25:8: error: stray '#' in program
       if(i*P[j]>=N)break;
        ^
0_0_21550508_25300.cpp:25:14: error: stray '#' in program
       if(i*P[j]>=N)break;
              ^
0_0_21550508_25300.cpp:25:20: error: stray '#' in program
       if(i*P[j]>=N)break;
                    ^
0_0_21550508_25300.cpp:25:26: error: stray '#' in program
       if(i*P[j]>=N)break;
                          ^
0_0_21550508_25300.cpp:25:32: error: stray '#' in program
       if(i*P[j]>=N)break;
                                ^
0_0_21550508_25300.cpp:26:2: error: stray '#' in program
       vis[i*P[j]]=1;
  ^
0_0_21550508_25300.cpp:26:8: error: stray '#' in program
       vis[i*P[j]]=1;
        ^
0_0_21550508_25300.cpp:26:14: error: stray '#' in program
       vis[i*P[j]]=1;
              ^
0_0_21550508_25300.cpp:26:20: error: stray '#' in program
       vis[i*P[j]]=1;
                    ^
0_0_21550508_25300.cpp:26:26: error: stray '#' in program
       vis[i*P[j]]=1;
                          ^
0_0_21550508_25300.cpp:26:32: error: stray '#' in program
       vis[i*P[j]]=1;
                                ^
0_0_21550508_25300.cpp:27:2: error: stray '#' in program
       if(i%P[j])phi[i*P[j]]=phi[i]*phi[P[j]];
  ^
0_0_21550508_25300.cpp:27:8: error: stray '#' in program
       if(i%P[j])phi[i*P[j]]=phi[i]*phi[P[j]];
        ^
0_0_21550508_25300.cpp:27:14: error: stray '#' in program
       if(i%P[j])phi[i*P[j]]=phi[i]*phi[P[j]];
              ^
0_0_21550508_25300.cpp:27:20: error: stray '#' in program
       if(i%P[j])phi[i*P[j]]=phi[i]*phi[P[j]];
                    ^
0_0_21550508_25300.cpp:27:26: error: stray '#' in program
       if(i%P[j])phi[i*P[j]]=phi[i]*phi[P[j]];
                          ^
0_0_21550508_25300.cpp:27:32: error: stray '#' in program
       if(i%P[j])phi[i*P[j]]=phi[i]*phi[P[j]];
                                ^
0_0_21550508_25300.cpp:28:2: error: stray '#' in program
       else{phi[i*P[j]]=phi[i]*P[j];break;}
  ^
0_0_21550508_25300.cpp:28:8: error: stray '#' in program
       else{phi[i*P[j]]=phi[i]*P[j];break;}
        ^
0_0_21550508_25300.cpp:28:14: error: stray '#' in program
       else{phi[i*P[j]]=phi[i]*P[j];break;}
              ^
0_0_21550508_25300.cpp:28:20: error: stray '#' in program
       else{phi[i*P[j]]=phi[i]*P[j];break;}
                    ^
0_0_21550508_25300.cpp:28:26: error: stray '#' in program
       else{phi[i*P[j]]=phi[i]*P[j];break;}
                          ^
0_0_21550508_25300.cpp:28:32: error: stray '#' in program
       else{phi[i*P[j]]=phi[i]*P[j];break;}
                                ^
0_0_21550508_25300.cpp:29:2: error: stray '#' in program
     }
  ^
0_0_21550508_25300.cpp:29:8: error: stray '#' in program
     }
        ^
0_0_21550508_25300.cpp:29:14: error: stray '#' in program
     }
              ^
0_0_21550508_25300.cpp:29:20: error: stray '#' in program
     }
                    ^
0_0_21550508_25300.cpp:30:2: error: stray '#' in program
   }
  ^
0_0_21550508_25300.cpp:30:8: error: stray '#' in program
   }
        ^
0_0_21550508_25300.cpp:32:2: error: stray '#' in program
  
  ^
0_0_21550508_25300.cpp:35:2: error: stray '#' in program
   int ans=1;
  ^
0_0_21550508_25300.cpp:35:8: error: stray '#' in program
   int ans=1;
        ^
0_0_21550508_25300.cpp:36:2: error: stray '#' in program
   for(;z;z>>=1,d=1ll*d*d%Mod)if(z&1)ans=1ll*ans*d%Mod;
  ^
0_0_21550508_25300.cpp:36:8: error: stray '#' in program
   for(;z;z>>=1,d=1ll*d*d%Mod)if(z&1)ans=1ll*ans*d%Mod;
        ^
0_0_21550508_25300.cpp:37:2: error: stray '#' in program
   return ans;
  ^
0_0_21550508_25300.cpp:37:8: error: stray '#' in program
   return ans;
        ^
0_0_21550508_25300.cpp:39:2: error: stray '#' in program
  
  ^
0_0_21550508_25300.cpp:42:2: error: stray '#' in program
   if(x==2 || x==4)return 1;
  ^
0_0_21550508_25300.cpp:42:8: error: stray '#' in program
   if(x==2 || x==4)return 1;
        ^
0_0_21550508_25300.cpp:43:2: error: stray '#' in program
   if((x&1)^1)x>>=1;
  ^
0_0_21550508_25300.cpp:43:8: error: stray '#' in program
   if((x&1)^1)x>>=1;
        ^
0_0_21550508_25300.cpp:44:2: error: stray '#' in program
   for(int i=2;P[i]<=x;++i)
  ^
0_0_21550508_25300.cpp:44:8: error: stray '#' in program
   for(int i=2;P[i]<=x;++i)
        ^
0_0_21550508_25300.cpp:45:2: error: stray '#' in program
     if(x%P[i]==0){
  ^
0_0_21550508_25300.cpp:45:8: error: stray '#' in program
     if(x%P[i]==0){
        ^
0_0_21550508_25300.cpp:45:14: error: stray '#' in program
     if(x%P[i]==0){
              ^
0_0_21550508_25300.cpp:45:20: error: stray '#' in program
     if(x%P[i]==0){
                    ^
0_0_21550508_25300.cpp:46:2: error: stray '#' in program
       while(x%P[i]==0)x/=P[i];
  ^
0_0_21550508_25300.cpp:46:8: error: stray '#' in program
       while(x%P[i]==0)x/=P[i];
        ^
0_0_21550508_25300.cpp:46:14: error: stray '#' in program
       while(x%P[i]==0)x/=P[i];
              ^
0_0_21550508_25300.cpp:46:20: error: stray '#' in program
       while(x%P[i]==0)x/=P[i];
                    ^
0_0_21550508_25300.cpp:46:26: error: stray '#' in program
       while(x%P[i]==0)x/=P[i];
                          ^
0_0_21550508_25300.cpp:46:32: error: stray '#' in program
       while(x%P[i]==0)x/=P[i];
                                ^
0_0_21550508_25300.cpp:47:2: error: stray '#' in program
       return x==1?P[i]:0;
  ^
0_0_21550508_25300.cpp:47:8: error: stray '#' in program
       return x==1?P[i]:0;
        ^
0_0_21550508_25300.cpp:47:14: error: stray '#' in program
       re


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-30 05:11:29, Gzip enabled