Problem | lightningrod |
---|---|
User | YSH2020 |
Submission Time | 2023-09-01 17:07:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:18:5: error: ‘vecotr’ was not declared in this scope
18 | vecotr <pair <int, int>> rods;
| ^~~~~~
lightningrod.cpp:18:27: error: expected primary-expression before ‘>’ token
18 | vecotr <pair <int, int>> rods;
| ^~
lightningrod.cpp:18:30: error: ‘rods’ was not declared in this scope
18 | vecotr <pair <int, int>> rods;
| ^~~~