0_0_33274018_25818.cpp: In function 'int main()':
0_0_33274018_25818.cpp:46:1: error: expected unqualified-id before 'int'
int g, c;
^
0_0_33274018_25818.cpp:54:34: error: 'c' was not declared in this scope
ll tmp = f(i, j, c, g);
^
0_0_33274018_25818.cpp:54:37: error: 'g' was not declared in this scope
ll tmp = f(i, j, c, g);
^
|