Problem duckhunt22
User vadar2525
Submission Time 2026-01-05 15:09:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt22.cpp: In function ‘int main()’:
duckhunt22.cpp:10:2: error: ‘vecotr’ was not declared in this scope
10 | vecotr <int> a;
| ^~~~~~
duckhunt22.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
duckhunt22.cpp:10:10: note: in expansion of macro ‘int’
10 | vecotr <int> a;
| ^~~
duckhunt22.cpp:18:4: error: ‘a’ was not declared in this scope
18 | a.push_back(x);
| ^
duckhunt22.cpp:21:7: error: ‘a’ was not declared in this scope
21 | sort(a.begin(), a.end());
| ^