Problem | towers |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-28 19:28:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
towers.cpp:10:12: error: template argument 1 is invalid
10 | vector<pii svect;
| ^~~~~
towers.cpp:10:12: error: template argument 2 is invalid
towers.cpp: In function ‘long long int bstalow(long long int)’:
towers.cpp:16:7: error: ‘svect’ was not declared in this scope; did you mean ‘vect’?
16 | if (svect[mid].first<=val){
| ^~~~~
| vect
towers.cpp: In function ‘long long int bstahigh(long long int)’:
towers.cpp:31:7: error: ‘svect’ was not declared in this scope; did you mean ‘vect’?
31 | if (svect[mid].first<val){
| ^~~~~
| vect
towers.cpp: In function ‘int32_t main()’:
towers.cpp:66:2: error: ‘svect’ was not declared in this scope; did you mean ‘vect’?
66 | svect.resize(n);
| ^~~~~
| vect