0
#include <bits/stdc++.h>
using namespace std;
class Solution
{
public:
    std::vector<std::int> test(26, -1);
};

Can somebody please tell why is this showing error

test.cpp:6:22: error: expected identifier before numeric constant
     vector<int> test(26, -1);

0 Answers0