Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:10:12: error: 'ge' was not declared in this scope
  cout<<100*ge+10*shi+bai;
            ^~
/in/foo.cc:10:18: error: 'shi' was not declared in this scope
  cout<<100*ge+10*shi+bai;
                  ^~~
/in/foo.cc:10:22: error: 'bai' was not declared in this scope
  cout<<100*ge+10*shi+bai;
                      ^~~

信息

递交者
类型
递交
题目
P2322 1.3.13:反向输出一个三位数
语言
C++
递交时间
2024-10-27 16:45:54
评测时间
2024-10-27 16:45:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes