Compile Error

foo.cc: In function 'int main()':
foo.cc:5:10: error: expected initializer before '>=' token
     int A>=1,B<=50000;
          ^~
foo.cc:6:7: error: 'A' was not declared in this scope
  cin>>A B>>endl;
       ^
foo.cc:7:10: error: 'B' was not declared in this scope
  cout<<A*B<<endl;
          ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P2328 1.3.19:A*B问题
比赛
初二开学分层赛
语言
C++
递交时间
2021-09-01 13:44:36
评测时间
2021-09-01 13:44:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes