| Problem | impossiblegame |
|---|---|
| User | AlphanumericUsername |
| Submission Time | 2025-01-01 11:34:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
impossiblegame.cpp:1:10: error: ‘vector’ in namespace ‘std’ does not name a template type
1 | std::vector<std::string> ans[31];
| ^~~~~~
impossiblegame.cpp:1:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
+++ |+#include <vector>
1 | std::vector<std::string> ans[31];
impossiblegame.cpp:2:5: error: ‘ans’ does not name a type
2 | ans[0].push_back("Tidal Wave");
| ^~~
impossiblegame.cpp:3:5: error: ‘ans’ does not name a type
3 | ans[1].push_back("WhyMeWhyMeWhyMeWhyMe");
| ^~~
impossiblegame.cpp:30:5: error: expected unqualified-id before ‘return’
30 | return ans[T];
| ^~~~~~
impossiblegame.cpp:31:1: error: expected declaration before ‘}’ token
31 | }
| ^