Problem | democracy |
---|---|
User | lexuantung71 |
Submission Time | 2024-06-21 14:13:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> num;
| ^~~
democracy.cpp:17:9: error: ‘cout’ was not declared in this scope
17 | cout << 7;
| ^~~~
democracy.cpp:19:9: error: ‘cout’ was not declared in this scope
19 | cout << 6;
| ^~~~
democracy.cpp:21:9: error: ‘cout’ was not declared in this scope
21 | cout << 5;
| ^~~~