Problem | wormholes |
---|---|
User | HighLithop |
Submission Time | 2025-07-02 14:23:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wormholes.cpp: In function ‘int main()’:
wormholes.cpp:13:2: error: ‘vector’ was not declared in this scope
13 | vector<vector<ll>> origin;
| ^~~~~~
wormholes.cpp:2:1: note: ‘std::vector’ is defined in header ‘<vector>’; did you forget to ‘#include <vector>’?
1 | #include <iostream>
+++ |+#include <vector>
2 | typedef long long int ll;
wormholes.cpp:13:18: error: expected primary-expression before ‘>>’ token
13 | vector<vector<ll>> origin;
| ^~
wormholes.cpp:13:21: error: ‘origin’ was not declared in this scope
13 | vector<vector<ll>> origin;
| ^~~~~~
wormholes.cpp:22:11: error: expected primary-expression before ‘>’ token
22 | vector<ll> dp;
| ^
wormholes.cpp:22:13: error: ‘dp’ was not declared in this scope
22 | vector<ll> dp;
| ^