0_0_16123307_2417.cpp: In function 'int main()':
0_0_16123307_2417.cpp:112:1: error: 'vecotor' was not declared in this scope
vecotor<int> gg; gg[1] = -1;
^
0_0_16123307_2417.cpp:112:9: error: expected primary-expression before 'int'
vecotor<int> gg; gg[1] = -1;
^
0_0_16123307_2417.cpp:112:18: error: 'gg' was not declared in this scope
vecotor<int> gg; gg[1] = -1;
^
|