0_0_20704825_5166.cpp: In function 'void floyd()':
0_0_20704825_5166.cpp:15:3: error: expected ';' before '}' token
}
^
0_0_20704825_5166.cpp: In function 'int main()':
0_0_20704825_5166.cpp:35:3: error: expected ';' before 'for'
for(int i=1;i<=ss;i++)
^
0_0_20704825_5166.cpp:35:15: error: 'i' was not declared in this scope
for(int i=1;i<=ss;i++)
^
0_0_20704825_5166.cpp:36:16: error: 'j' was not declared in this scope
for(int j=1;j<=dd;j++)
^
|