Problem duckhunt23
User MegaG
Submission Time 2026-04-17 15:56:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt23.cpp: In function ‘int main()’:
duckhunt23.cpp:11:2: error: ‘vector’ was not declared in this scope
11 | vector<string> fuckuevia;
| ^~~~~~
duckhunt23.cpp:2:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
1 | #include <iostream>
+++ |+#include <vector>
2 | #define int long long
duckhunt23.cpp:11:15: error: expected primary-expression before ‘>’ token
11 | vector<string> fuckuevia;
| ^
duckhunt23.cpp:11:17: error: ‘fuckuevia’ was not declared in this scope
11 | vector<string> fuckuevia;
| ^~~~~~~~~