Compile Error

foo.cc: In function ‘int main()’:
foo.cc:7:10: error: ‘shu’ was not declared in this scope
    7 |     if(a<shu)
      |          ^~~
foo.cc:8:12: error: ‘ke’ was not declared in this scope
    8 |         if(ke<hb)
      |            ^~
foo.cc:8:15: error: ‘hb’ was not declared in this scope; did you mean ‘b’?
    8 |         if(ke<hb)
      |               ^~
      |               b

信息

递交者
类型
递交
题目
P1698 韩朵朵买KFC
语言
C++
递交时间
2024-03-30 12:40:02
评测时间
2024-03-30 12:40:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes