0_0_24625084_18992.cpp: In function 'void init()':
0_0_24625084_18992.cpp:11:1: error: 'Int' was not declared in this scope
Int i,j;
^
0_0_24625084_18992.cpp:12:5: error: 'i' was not declared in this scope
for(i=1;i<=Tmax-1;i++) ORZ[i]=i-1;
^
0_0_24625084_18992.cpp:13:5: error: 'i' was not declared in this scope
for(i=2;i<=Tmax-1;i++)
^
0_0_24625084_18992.cpp:15:8: error: 'j' was not declared in this scope
for(j=1;j<=Tmax-1;j+=i)
^
|