Problem | democracy |
---|---|
User | Sinan1453 |
Submission Time | 2024-06-21 13:15:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:20:13: error: expected ‘}’ at end of input
20 | return 0;
| ^
democracy.cpp:16:45: note: to match this ‘{’
16 | } else if (recommendations[i] == 7) {
| ^
democracy.cpp:20:13: error: expected ‘}’ at end of input
20 | return 0;
| ^
democracy.cpp:11:33: note: to match this ‘{’
11 | for (int i = 0; i < N; ++i) {
| ^
democracy.cpp:20:13: error: expected ‘}’ at end of input
20 | return 0;
| ^
democracy.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^