Accepted

foo.cc: In function 'int main()':
foo.cc:8:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<s.size();i++)
              ~^~~~~~~~~
foo.cc:10:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<str.size();i++)
              ~^~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 4ms 612.0 KiB
#7 Accepted 4ms 640.0 KiB
#8 Accepted 30ms 3.359 MiB
#9 Accepted 31ms 3.375 MiB
#10 Accepted 30ms 3.348 MiB

信息

递交者
类型
递交
题目
P1470 统计单词数
语言
C++
递交时间
2021-04-25 19:23:47
评测时间
2021-04-25 19:23:47
评测机
分数
100
总耗时
111ms
峰值内存
3.375 MiB