记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:16: error: 'wordCount' was not declared in this scope
  for(int i=0;i<wordCount/2;i++){
                ^~~~~~~~~
/in/foo.cc:19:8: error: expected ';' before 'words'
   cout words[i]<<" ";
        ^~~~~
/in/foo.cc:19:21: warning: statement has no effect [-Wunused-value]
   cout words[i]<<" ";
                     ^

信息

递交者
类型
自测
题目
P1094 xf2-7说反话
语言
C++
递交时间
2024-10-25 20:02:42
评测时间
2024-10-25 20:02:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes