0_0_37846087_28522.cpp: In function 'int main()':
0_0_37846087_28522.cpp:82:12: error: invalid types 'int[int]' for array subscript
if (d[1[N]==1e9) printf("Holiday\n");
^
0_0_37846087_28522.cpp:82:18: error: expected ']' before ')' token
if (d[1[N]==1e9) printf("Holiday\n");
^
0_0_37846087_28522.cpp:83:33: error: invalid types 'int[int]' for array subscript
else printf("%d blips\n",d[1[N]);
^
0_0_37846087_28522.cpp:83:34: error: expected ']' before ')' token
else printf("%d blips\n",d[1[N]);
^
|