0_0_39365494_659.cpp: In function 'int main()':
0_0_39365494_659.cpp:90:23: error: 'min_element' was not declared in this scope
90 | int min_t1 = *min_element(t1.begin(), t1.end());
| ^~~~~~~~~~~
0_0_39365494_659.cpp:91:23: error: 'max_element' was not declared in this scope
91 | int max_t2 = *max_element(t2.begin(), t2.end());
| ^~~~~~~~~~~
|