Problem democracy
User skibidininja98
Submission Time 2024-06-21 13:08:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

democracy.cpp: In function ‘int main()’:
democracy.cpp:7:2: error: expected initializer before ‘int’
7 | int input;
| ^~~
democracy.cpp:10:11: error: ‘input’ was not declared in this scope
10 | cin >> input;
| ^~~~~
democracy.cpp:12:4: error: ‘write_vector’ was not declared in this scope
12 | write_vector(V);
| ^~~~~~~~~~~~
democracy.cpp: At global scope:
democracy.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^