0_0_25872280_9164.cpp:34:11: error: variable or field 'init' declared void
void init(LL x){
^
0_0_25872280_9164.cpp:34:11: error: 'LL' was not declared in this scope
0_0_25872280_9164.cpp: In function 'int main()':
0_0_25872280_9164.cpp:60:21: error: 'init' was not declared in this scope
init(A,B,C,D,P/i);
^
0_0_25872280_9164.cpp:74:21: error: 'init' was not declared in this scope
init(A,B,C,D,P/i);
^
0_0_25872280_9164.cpp:78:18: error: 'init' was not declared in this scope
init(A,B,C,D,0);
^
|