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