记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:3: error: 'n' was not declared in this scope
   n[i] = b % 2;
   ^
/in/foo.cc:16:11: error: 'n' was not declared in this scope
   cout << n[j];
           ^
/in/foo.cc:5:12: warning: unused variable 'c' [-Wunused-variable]
  int m, b, c[1000], i = 0;
            ^

信息

递交者
类型
递交
题目
P1080 xf1-3进制转换1
比赛
2023 程序设计与竞赛(作业1:见面赛)
语言
C++
递交时间
2023-09-20 23:20:33
评测时间
2023-09-20 23:20:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes