0_0_33663224_28013.cpp: In function 'int main()':
0_0_33663224_28013.cpp:102:27: error: expected ';' before ')' token
for(int i=1;i<=len);i++) adde(s,i,1);
^
0_0_33663224_28013.cpp:102:29: error: 'i' was not declared in this scope
for(int i=1;i<=len);i++) adde(s,i,1);
^
|