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