Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:23:4: error: 's' was not declared in this scope
    s+=t;
    ^
/in/foo.cc:26:24: error: 's' was not declared in this scope
  cout << cnt << " " << s;
                        ^
/in/foo.cc:5:22: warning: unused variable 'a' [-Wunused-variable]
  int A,B,n,m,t,cnt=0,a=0;
                      ^

信息

递交者
类型
递交
题目
P1095 同构数
语言
C++
递交时间
2024-05-11 16:09:26
评测时间
2024-05-11 16:09:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes