Problem airplane
User ptk8627
Submission Time 2024-03-14 00:10:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

airplane.cpp: In function ‘int main()’:
airplane.cpp:17:12: error: ‘h’ was not declared in this scope
17 | if(h > a[i]) d[make_pair(i, h)].push_back(make_pair(i, h - 1));
| ^
airplane.cpp:18:12: error: ‘h’ was not declared in this scope
18 | if(h < aMax) d[make_pair(i, h)].push_back(make_pair(i, h + 1));
| ^