0_0_38529297_22175.cpp: In function 'int mf(int)':
0_0_38529297_22175.cpp:25:1: error: expected ';' before '}' token
}
^
0_0_38529297_22175.cpp: In function 'int main()':
0_0_38529297_22175.cpp:41:22: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
scanf("%d%d", &L & R);
^
0_0_38529297_22175.cpp:43:31: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
printf("Case #%d: %d", &i & n);
^
|