0_0_29845890_4675.cpp:11:9: error: 'LL' was not declared in this scope
int lcm(LL a,LL b)
^
0_0_29845890_4675.cpp:11:14: error: 'LL' was not declared in this scope
int lcm(LL a,LL b)
^
0_0_29845890_4675.cpp:11:18: error: expression list treated as compound expression in initializer [-fpermissive]
int lcm(LL a,LL b)
^
0_0_29845890_4675.cpp:12:2: error: expected ',' or ';' before '{' token
{
^
0_0_29845890_4675.cpp: In function 'int main()':
0_0_29845890_4675.cpp:22:25: error: 'z' was not declared in this scope
b=lcm(max(z,a[i]),min(z,a[i]));
^
0_0_29845890_4675.cpp:22:44: error: 'lcm' cannot be used as a function
b=lcm(max(z,a[i]),min(z,a[i]));
^
|