Problem photo
User burningout
Submission Time 2025-03-05 13:47:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photo.cpp:7:61: error: template argument 1 is invalid
7 | int min_height_difference(int n, int s, vector<vector<int>& heights) {
| ^~~~~~~
photo.cpp:7:61: error: template argument 2 is invalid
photo.cpp:7:61: error: template argument 1 is invalid
photo.cpp:7:61: error: template argument 2 is invalid
photo.cpp:7:61: error: template argument 1 is invalid
photo.cpp:7:61: error: template argument 2 is invalid
photo.cpp:7:61: error: template argument 1 is invalid
photo.cpp:7:61: error: template argument 2 is invalid
photo.cpp:7:41: error: invalid template-id
7 | int min_height_difference(int n, int s, vector<vector<int>& heights) {
| ^~~~~~
photo.cpp:7:59: error: expected primary-expression before ‘&’ token
7 | int min_height_difference(int n, int s, vector<vector<int>& heights) {
|