0_0_13403907_8720.cpp: In function 'int main()':
0_0_13403907_8720.cpp:9:12: error: invalid operands of types 'long int [1000000]' and 'int' to binary 'operator%'
scan:if(c%a=0)&&(c%b=0)
^
0_0_13403907_8720.cpp:9:18: error: expected identifier before '(' token
scan:if(c%a=0)&&(c%b=0)
^
|