0_0_23703721_3256.cpp: In function 'int main()':
0_0_23703721_3256.cpp:6:2: error: '_int64' was not declared in this scope
_int64 div[30], a[30];
^
0_0_23703721_3256.cpp:7:2: error: 'a' was not declared in this scope
a[1] = 0;
^
0_0_23703721_3256.cpp:9:9: error: assignment of function 'div_t div(int, int)'
div[0] = 1;
^
0_0_23703721_3256.cpp:9:9: error: cannot convert 'int' to 'div_t(int, int) {aka _div_t(int, int)}' in assignment
0_0_23703721_3256.cpp:10:9: error: assignment of read-only location '*(div + 1u)'
div[1] = 1;
^
0_0_23703721_3256.cpp:10:9: error: cannot convert 'int' to 'div_t(int, int) {aka _div_t(int, int)}' in assignment
0_0_23703721_3256.cpp:11:9: error: assignment of read-only location '*(div + 2u)'
div[2] = 2;
^
0_0_23703721_3256.cpp:11:9: error: cannot convert 'int' to 'div_t(int, int) {aka _div_t(int, int)}' in assignment
0_0_23703721_3256.cpp:16:23: error: invalid operands of types 'int' and 'div_t(int, int) {aka _div_t(int, int)}' to binary 'operator*'
div[i] = i*div[i - 1];
^
|