0_0_15971122_2663.cpp:9:4: error: stray '#' in program
-->#include<iostream>
^
0_0_15971122_2663.cpp:2:1: error: 'Code' does not name a type
Code
^
0_0_15971122_2663.cpp: In function 'void make()':
0_0_15971122_2663.cpp:53:5: error: 'num' was not declared in this scope
Add(num[i],num[i],num[i+1]);
^
0_0_15971122_2663.cpp: In function 'int main()':
0_0_15971122_2663.cpp:65:1: error: 'num' was not declared in this scope
num[0][LEN-1]=1;
^
0_0_15971122_2663.cpp:79:20: error: 'i' was not declared in this scope
printf("%d",num[n][i++]);
^
|