Problem fortunetelling
User mertbbm
Submission Time 2023-03-28 11:19:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fortunetelling.cpp: In function ‘int32_t main()’:
fortunetelling.cpp:109:3: error: ‘uni’ was not declared in this scope; did you mean ‘unix’?
109 | uni.push_back(arr[x].first);
| ^~~
| unix
fortunetelling.cpp:116:3: error: ‘uni’ was not declared in this scope; did you mean ‘unix’?
116 | uni.push_back(query[x].first);
| ^~~
| unix
fortunetelling.cpp:120:10: error: ‘uni’ was not declared in this scope; did you mean ‘unix’?
120 | sort(uni.begin(), uni.end());
| ^~~
| unix