记录详情

Runtime Error

/in/foo.cc:19:61: warning: multi-character character constant [-Wmultichar]
         if(str[i] == ' '||str[i]==','||str[i]=='.'||str[i]==', ')
                                                             ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:65:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=0; i<m; i++)
  ^~~
/in/foo.cc:68:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   cout<<sum-1;
   ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 204.0 KiB
#2 Runtime Error 2ms 188.0 KiB
#3 Accepted 1ms 196.0 KiB
#4 Runtime Error 1ms 188.0 KiB
#5 Runtime Error 2ms 196.0 KiB

信息

递交者
类型
递交
题目
2-6 单词频度表
比赛
南师大2018年蓝桥杯热身赛
语言
C++
递交时间
2018-12-12 16:15:47
评测时间
2018-12-12 16:15:53
评测机
分数
20
总耗时
10ms
峰值内存
204.0 KiB