Problem sort
User ATHY
Submission Time 2024-07-20 22:45:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:3:26: error: declaration does not declare anything [-fpermissive]
3 | #define ll unsigned long long;
| ^~~~
sort.cpp:6:2: note: in expansion of macro ‘ll’
6 | ll n; cin >> n;
| ^~
sort.cpp:6:5: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | ll n; cin >> n;
| ^
| yn
sort.cpp:3:26: error: template argument 1 is invalid
3 | #define ll unsigned long long;
| ^~~~
sort.cpp:7:9: note: in expansion of macro ‘ll’
7 | vector<ll> v(n);
| ^~
sort.cpp:3:26: error: template argument 2 is invalid
3 | #define ll unsigned long long;
| ^~~~
sort.cpp:7:9: note: in expansion of macro ‘ll’
7 | vector<ll> v(n);
| ^~
sort.cpp:7:11: error: expected primary-expression before ‘>