Compile Error

foo.cc: In function ‘int main()’:
foo.cc:16:30: warning: unused variable ‘c’ [-Wunused-variable]
   16 |                         bool c=0;
      |                              ^
foo.cc:20:17: error: ‘c’ was not declared in this scope
   20 |                 c=1;
      |                 ^
foo.cc:21:20: error: ‘c’ was not declared in this scope
   21 |                 if(c)
      |                    ^

信息

递交者
类型
递交
题目
P2807 平衡序列3级1 2024.9
语言
C++
递交时间
2026-08-26 15:36:48
评测时间
2026-08-26 15:36:48
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes