0_0_15114879_23390.cpp: In function 'int main()':
0_0_15114879_23390.cpp:10:18: error: invalid operands of types 'int [12]' and 'int' to binary 'operator%'
if(a%4!=0||a%100==0&&a%400!=0)
^
0_0_15114879_23390.cpp:10:26: error: invalid operands of types 'int [12]' and 'int' to binary 'operator%'
if(a%4!=0||a%100==0&&a%400!=0)
^
0_0_15114879_23390.cpp:10:36: error: invalid operands of types 'int [12]' and 'int' to binary 'operator%'
if(a%4!=0||a%100==0&&a%400!=0)
^
|