/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   17 |   for (int i = 2; i < m.length(); ++i)
      |                   ~~^~~~~~~~~~~~
/in/foo.cc:13:7: warning: unused variable 't' [-Wunused-variable]
   13 |   int t;
      |       ^
# 状态 耗时 内存占用
#1 Accepted 4ms 404.0 KiB

信息

递交者
类型
递交
比赛
2024通关考基础练习
语言
C++
递交时间
2024-03-18 14:56:06
评测时间
2024-03-18 14:56:06
评测机
分数
10
总耗时
4ms
峰值内存
404.0 KiB