/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:27: error: 'n' was not declared in this scope
    8 |  while(cin>>a&&a[0]!='0'&&n--){
      |                           ^
/in/foo.cc:7:6: warning: unused variable 'cnt' [-Wunused-variable]
    7 |  int cnt=1000;
      |      ^~~

信息

递交者
类型
递交
题目
P1419 2进转10进(1239强化版)
语言
C++
递交时间
2024-04-13 22:56:24
评测时间
2024-04-13 22:56:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes