0_0_39402086_6232.cpp: In function 'int main()':
0_0_39402086_6232.cpp:98:17: error: expected '}' at end of input
98 | Prim(n);
| ^
0_0_39402086_6232.cpp:74:5: note: to match this '{'
74 | {
| ^
0_0_39402086_6232.cpp:98:17: error: expected '}' at end of input
98 | Prim(n);
| ^
0_0_39402086_6232.cpp:67:1: note: to match this '{'
67 | {
| ^
|