Problem conversations_easy
User LiuZq
Submission Time 2024-03-03 13:27:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conversations_easy.cpp:3:19: error: declaration does not declare anything [-fpermissive]
3 | typedef long long int;
| ^~~
conversations_easy.cpp: In function ‘void bug()’:
conversations_easy.cpp:9:18: error: no match for ‘operator[]’ (operand types are ‘std::stack<int>’ and ‘int’)
9 | cout << topic[i] << " ";
| ^