Problem finalday
User Joashhh
Submission Time 2024-12-10 10:49:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

finalday.cpp:6:10: error: ‘vecotr’ was not declared in this scope
6 | int rank(vecotr<int> d, int rank){
| ^~~~~~
finalday.cpp:6:17: error: expected primary-expression before ‘int’
6 | int rank(vecotr<int> d, int rank){
| ^~~
finalday.cpp:6:25: error: expected primary-expression before ‘int’
6 | int rank(vecotr<int> d, int rank){
| ^~~
finalday.cpp:6:33: error: expression list treated as compound expression in initializer [-fpermissive]
6 | int rank(vecotr<int> d, int rank){
| ^
finalday.cpp: In function ‘int main()’:
finalday.cpp:20:21: error: reference to ‘rank’ is ambiguous
20 | if(arr[i] + 100 > rank){
| ^~~~
In file included from /usr/include/c++/9/bits/move.h:55,
from /usr/include/c++/9/bits/stl_pair.h:59,
from /usr/i