Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   24 |                 for(int j=0;j<s1.size();j++)
      |                             ~^~~~~~~~~~
/in/foo.cc:26:28: error: 'a' was not declared in this scope
   26 |                         if(a[j-1]!=a[j] && a[j+1]!=a[j])
      |                            ^

信息

递交者
类型
递交
题目
P3112 幸运数字 2024信息与未来T1
语言
C++
递交时间
2026-06-05 18:36:51
评测时间
2026-06-08 19:37:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes