Accepted
/in/foo.cc: In function 'void workk()':
/in/foo.cc:45:27: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
   45 |     for(register int i=1;i<dl[0];i++){//在multiset中找一下
      |                          ~^~~~~~
/in/foo.cc: In function 'void workk2()':
/in/foo.cc:57:27: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
   57 |     for(register int i=1;i<dl[0];i++){
      |                          ~^~~~~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P1960 双旋转字符串
- 语言
- C++
- 递交时间
- 2025-06-10 18:16:57
- 评测时间
- 2025-06-10 18:16:57
- 评测机
- 分数
- 100
- 总耗时
- 3471ms
- 峰值内存
- 3.375 MiB