Compile Error

foo.cc: In function 'int main()':
foo.cc:8:2: error: 'num' was not declared in this scope; did you mean 'enum'?
    8 |  num=0;
      |  ^~~
      |  enum
foo.cc:29:17: error: expected ';' before '}' token
   29 |     printf("\n")
      |                 ^
      |                 ;
   30 |   }
      |   ~              
foo.cc:6:8: warning: unused variable 'B' [-Wunused-variable]
    6 |  int A,B,n,m,a,b;
      |        ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1096 A、B之间的同构数
语言
C++
递交时间
2022-06-07 21:08:03
评测时间
2022-06-07 21:08:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes