Problem drama
User evan
Submission Time 2025-06-19 15:26:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

drama.cpp: In function ‘int main()’:
drama.cpp:15:6: error: redeclaration of ‘long long int q’
15 | int q; cin >> q;
| ^
drama.cpp:9:12: note: ‘long long int q’ previously declared here
9 | int n, q; cin >>n>>q;
| ^