Problem conversations
User AdamAdnan1C
Submission Time 2024-06-24 17:22:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conversations.cpp: In function ‘int main()’:
conversations.cpp:47:20: error: expected ‘}’ at end of input
47 | } else {
| ^
conversations.cpp:47:20: error: expected ‘}’ at end of input
conversations.cpp:44:29: note: to match this ‘{’
44 | } else if (op == 4) {
| ^
conversations.cpp:47:20: error: expected ‘}’ at end of input
47 | } else {
| ^
conversations.cpp:19:33: note: to match this ‘{’
19 | for (int i = 0; i < N; ++i) {
| ^
conversations.cpp:47:20: error: expected ‘}’ at end of input
47 | } else {
| ^
conversations.cpp:8:12: note: to match this ‘{’
8 | int main() {
| ^