/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:10: warning: variable 'stack' set but not used [-Wunused-but-set-variable]
     char stack[66];
          ^~~~~
/in/foo.cc:21:12: error: 'top' was not declared in this scope
  for(int i=top;i>=1;i--)
            ^~~
/in/foo.cc:22:10: error: 'stack' was not declared in this scope
    cout<<stack[i];
          ^~~~~

信息

递交者
类型
递交
题目
P1465 进制转换
语言
C++
递交时间
2017-11-07 21:53:31
评测时间
2017-11-07 21:53:31
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes