0_0_25582399_7976.cpp:5:20: error: 'getmin' declared as an 'inline' variable
inline bool getmin(LL &x, LL y){
^
0_0_25582399_7976.cpp:5:20: error: 'LL' was not declared in this scope
0_0_25582399_7976.cpp:5:27: error: 'LL' was not declared in this scope
inline bool getmin(LL &x, LL y){
^
0_0_25582399_7976.cpp:5:31: error: expression list treated as compound expression in initializer [-fpermissive]
inline bool getmin(LL &x, LL y){
^
0_0_25582399_7976.cpp:5:32: error: expected ',' or ';' before '{' token
inline bool getmin(LL &x, LL y){
^
0_0_25582399_7976.cpp: In function 'void mul(int (*)[55], int (*)[55], int (*)[55])':
0_0_25582399_7976.cpp:13:49: error: 'getmin' cannot be used as a function
rep(k,0,n)getmin(f[i][j],a[i][k]+b[k][j]);
^
0_0_25582399_7976.cpp: In function 'int main()':
0_0_25582399_7976.cpp:25:29: error: 'getmin' cannot be used as a function
getmin(g[x][y],z);
^
0_0_25582399_7976.cpp:33:69: error: 'getmin' cannot be used as a function
rep(k,0,n)rep(i,0,n)rep(j,0,n)getmin(d[i][j],d[i][k]+d[k][j]);
^
0_0_25582399_7976.cpp:36:76: error: 'getmin' cannot be used as a function
rep(i,0,n)rep(j,0,n)rep(k,0,n)getmin(f[i][j],a[x][i][k]+d[k][j]);
^
0_0_25582399_7976.cpp:45:53: error: 'getmin' cannot be used as a function
rep(i,0,n)getmin(z,a[A][x][i]+b[B][i][y]);
^
|