pin.cpp: In function 'int main()':
pin.cpp:29:21: error: 'a' was not declared in this scope
29 | a[plc] = get(PIN[i][plc]);
| ^
pin.cpp:31:21: error: 'a' was not declared in this scope
31 | a[plc] = 36;
| ^
pin.cpp:33:17: error: 'a' was not declared in this scope
33 | cnt[a[0]][a[1]][a[2]][a[3]]++;
| ^
pin.cpp:42:21: error: 'fix' was not declared in this scope
42 | fix[same_plc] += (cnt[plc1][plc2][plc3][plc4] * (cnt[plc1][plc2][plc3][plc4] - 1)) / 2;
| ^~~
pin.cpp:49:17: error: 'fix' was not declared in this scope
49 | cout << fix[3] << "\n";
| ^~~
pin.cpp:51:17: error: 'fix' was not declared in this scope
51 | cout << fix[2] - 3 * fix[3] << "\n";
| ^~~
pin.cpp:53:17: error: 'fix' was not declared in this scope
53 | cout << fix[1] - 2 * fix[2] + 3 * fix[3] << "\n";
| ^~~
pin.cpp:55:17: error: 'fix' was not declared in this scope
55 | cout << fix[0] - fix[1] + fix[2] - fix[3] << "\n";
| ^~~