/ Vijos /

记录详情

Compile Error

/in/foo.cc:6:1: error: 'stack' does not name a type
 stack<string> stk;
 ^~~~~
/in/foo.cc: In function 'void solution(std::__cxx11::string)':
/in/foo.cc:12:3: error: 'stk' was not declared in this scope
   stk.push(tmp);
   ^~~
/in/foo.cc:24:9: error: 'stack' was not declared in this scope
         stack[top++] = tmp;
         ^~~~~
/in/foo.cc:27:11: error: 'stk' was not declared in this scope
    while(!stk.empty())
           ^~~
/in/foo.cc:31:12: error: 'stk' was not declared in this scope
    cout << stk.top() << endl;
            ^~~
/in/foo.cc:34:11: error: 'branck' was not declared in this scope
     top = branck
           ^~~~~~
/in/foo.cc:9:9: warning: unused variable 'branch' [-Wunused-variable]
     int branch = top;
         ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:38:12: error: 'aim' was not declared in this scope
     cin >> aim;
            ^~~

信息

递交者
类型
自测
题目
P1622 文件查找(HOI)
语言
C++
递交时间
2021-08-04 20:41:40
评测时间
2021-08-04 20:41:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes