0_0_23161097_21940.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include #include #include #define NN 100
^
0_0_23161097_21940.cpp:5:12: error: 'NN' was not declared in this scope
a[60][120][NN],tmp[1000],tmp1[1000],tmp2[1000],tmp3[1000],b1[3600][NN],b2[3600][NN];
^
0_0_23161097_21940.cpp:5:68: error: 'NN' was not declared in this scope
a[60][120][NN],tmp[1000],tmp1[1000],tmp2[1000],tmp3[1000],b1[3600][NN],b2[3600][NN];
^
0_0_23161097_21940.cpp:5:81: error: 'NN' was not declared in this scope
a[60][120][NN],tmp[1000],tmp1[1000],tmp2[1000],tmp3[1000],b1[3600][NN],b2[3600][NN];
^
0_0_23161097_21940.cpp: In function 'void mul_1(long long int*, long long int*, int)':
0_0_23161097_21940.cpp:11:12: error: 'NN' was not declared in this scope
for(i=0;i<=NN-1;i++)
^
0_0_23161097_21940.cpp:18:22: error: expected ';' before numeric constant
p2[i]=(p1[i]*num+x)000;
^
0_0_23161097_21940.cpp:26:15: error: 'x000' was not declared in this scope
p2[++p2[0]]=x000;
^
0_0_23161097_21940.cpp: In function 'void mul_2(long long int*, long long int*, long long int*)':
0_0_23161097_21940.cpp:36:12: error: 'NN' was not declared in this scope
for(i=0;i<=NN-1;i++)
^
0_0_23161097_21940.cpp:55:18: error: expected ';' before numeric constant
p3[i]=(p3[i]+x)000;
^
0_0_23161097_21940.cpp:62:15: error: 'x000' was not declared in this scope
p3[++p3[0]]=x000;
^
0_0_23161097_21940.cpp: In function 'void add(long long int*, long long int*, long long int*)':
0_0_23161097_21940.cpp:71:12: error: 'NN' was not declared in this scope
for(i=0;i<=NN-1;i++)
^
0_0_23161097_21940.cpp:84:24: error: expected ';' before numeric constant
p3[i]=(p1[i]+p2[i]+x)000;
^
0_0_23161097_21940.cpp:92:15: error: 'x000' was not declared in this scope
p3[++p3[0]]=x000;
^
0_0_23161097_21940.cpp: At global scope:
0_0_23161097_21940.cpp:97:34: error: 'NN' was not declared in this scope
void dog(int len,long long (*b)[NN])
^
0_0_23161097_21940.cpp: In function 'void dog(...)':
0_0_23161097_21940.cpp:101:12: error: 'len' was not declared in this scope
for(i=0;i<=len;i++)
^
0_0_23161097_21940.cpp:106:12: error: 'NN' was not declared in this scope
for(k=0;k<=NN-1;k++)
^
0_0_23161097_21940.cpp:109:1: error: 'a' was not declared in this scope
a[i][j][k]=0;
^
0_0_23161097_21940.cpp:111:12: error: 'len' was not declared in this scope
for(i=0;i<=len;i++)
^
0_0_23161097_21940.cpp:114:3: error: 'a' was not declared in this scope
a[i][0][0]=1;
^
0_0_23161097_21940.cpp:119:12: error: 'len' was not declared in this scope
for(i=1;i<=len;i++)
^
0_0_23161097_21940.cpp:131:7: error: 'a' was not declared in this scope
mul_1(a[i-1][j-1],tmp,tk-j+1);
^
0_0_23161097_21940.cpp:141:14: error: 'NN' was not declared in this scope
for(j=0;j<=NN-1;j++)
^
0_0_23161097_21940.cpp:144:1: error: 'b' was not declared in this scope
b[i][j]=0;
^
0_0_23161097_21940.cpp:151:14: error: 'NN' was not declared in this scope
for(j=0;j<=NN-1;j++)
^
0_0_23161097_21940.cpp:154:1: error: 'b' was not declared in this scope
b[i][j]=a[len][i][j];
^
0_0_23161097_21940.cpp:154:9: error: 'a' was not declared in this scope
b[i][j]=a[len][i][j];
^
0_0_23161097_21940.cpp:154:11: error: 'len' was not declared in this scope
b[i][j]=a[len][i][j];
^
0_0_23161097_21940.cpp: At global scope:
0_0_23161097_21940.cpp:157:1: error: 'string' does not name a type
string int2str(int x)
^
0_0_23161097_21940.cpp: In function 'int main()':
0_0_23161097_21940.cpp:173:5: error: 'string' was not declared in this scope
string str,ans;
^
0_0_23161097_21940.cpp:203:17: error: 'b1' was not declared in this scope
dog((n+1)/2*2-1,b1);
^
0_0_23161097_21940.cpp:218:15: error: 'b2' was not declared in this scope
dog(n/2*2,b2);
^
0_0_23161097_21940.cpp:220:12: error: 'NN' was not declared in this scope
for(i=0;i<=NN-1;i++)
^
0_0_23161097_21940.cpp:230:14: error: 'NN' was not declared in this scope
for(j=0;j<=NN-1;j++)
^
0_0_23161097_21940.cpp:235:5: error: 'ans' was not declared in this scope
ans="";
^
0_0_23161097_21940.cpp:240:3: error: 'str' was not declared in this scope
str=int2str(tmp2[i]);
^
0_0_23161097_21940.cpp:240:22: error: 'int2str' was not declared in this scope
str=int2str(tmp2[i]);
^
0_0_23161097_21940.cpp:256:22: error: expected ';' before 'printf'
for(i=t2;i printf("%c",ans[i]); printf("\n"); return 0;}
^
0_0_23161097_21940.cpp:256:41: error: expected ')' before ';' token
for(i=t2;i printf("%c",ans[i]); printf("\n"); return 0;}
^
|