Compile Error

foo.cc: In function 'int main()':
foo.cc:5:2: error: 'intA' was not declared in this scope
  intA,B;
  ^~~~
foo.cc:5:2: note: suggested alternative: 'int'
  intA,B;
  ^~~~
  int
foo.cc:5:7: error: 'B' was not declared in this scope
  intA,B;
       ^
foo.cc:6:5: error: 'A' was not declared in this scope
  1<=A, B<=50000;
     ^
foo.cc:7:2: error: 'Cout' was not declared in this scope
  Cout<<A*B<<end1;
  ^~~~
foo.cc:7:13: error: 'end1' was not declared in this scope
  Cout<<A*B<<end1;
             ^~~~
foo.cc:7:13: note: suggested alternative: 'enum'
  Cout<<A*B<<end1;
             ^~~~
             enum
foo.cc:8:2: error: 'return0' was not declared in this scope
  return0,
  ^~~~~~~
foo.cc:9:1: error: expected primary-expression before '}' token
 }
 ^
[Hydro](https://hydro.ac)提供评测服务

信息

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