0_0_38966780_25732.cpp: In function 'int main()':
0_0_38966780_25732.cpp:36:51: error: expected '}' at end of input
36 | test_cases.push_back(make_tuple(X, Y, K));
| ^
0_0_38966780_25732.cpp:33:33: note: to match this '{'
33 | for (int i = 0; i < T; ++i) {
| ^
0_0_38966780_25732.cpp:36:51: error: expected '}' at end of input
36 | test_cases.push_back(make_tuple(X, Y, K));
| ^
0_0_38966780_25732.cpp:28:12: note: to match this '{'
28 | int main() {
| ^
|