carnival.cpp: In function 'int main()':
carnival.cpp:38:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
38 | for (int i = 1; i < nums.size(); i++){
| ~~^~~~~~~~~~~~~
carnival.cpp:40:12: error: 'in' was not declared in this scope; did you mean 'i'?
40 | cin >> in;
| ^~
| i
carnival.cpp:42:21: error: 'v' was not declared in this scope
42 | vals[i] = vals[v];
| ^
carnival.cpp:47:20: error: 'temp' was not declared in this scope; did you mean 'mktemp'?
47 | vals[i] = vals[temp[0]];
| ^~~~
| mktemp