记录详情

Accepted

foo.cc: In function ‘int Diff(const char*)’:
foo.cc:10:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   10 |     for (int i = 0; i < strlen(str); i++) {
      |                     ~~^~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 320.0 KiB
#2 Accepted 3ms 536.0 KiB
#3 Accepted 3ms 536.0 KiB
#4 Accepted 2ms 536.0 KiB
#5 Accepted 2ms 320.0 KiB

信息

递交者
类型
递交
比赛
2024-3-22 信息教师练习赛(3)
语言
C++
递交时间
2024-03-28 21:50:18
评测时间
2024-03-28 21:50:18
评测机
分数
100
总耗时
15ms
峰值内存
536.0 KiB