Problem | democracy |
---|---|
User | abigail |
Submission Time | 2024-06-21 15:54:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:2:18: error: ‘cin’ was not declared in this scope
2 | int rec, vote; cin >> rec >> vote;
| ^~~
democracy.cpp:3:3: error: ‘cout’ was not declared in this scope
3 | cout << vote;
| ^~~~