Problem eeducation
User Henries
Submission Time 2024-10-09 16:33:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int main()’:
eeducation.cpp:6:22: error: ‘n1’ was not declared in this scope; did you mean ‘y1’?
6 | vector<long long> v(n1);
| ^~
| y1
eeducation.cpp:7:23: error: ‘n2’ was not declared in this scope
7 | vector<long long> v1(n2);
| ^~
eeducation.cpp:19:43: error: expected primary-expression before ‘)’ token
19 | sort(v.begin(),v.end(),greater<long long>);
| ^