记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:28:25: error: 'n' was not declared in this scope
   28 |                         n++;
      |                         ^
foo.cc:29:17: error: 'n' was not declared in this scope
   29 |         while(i<n)
      |                 ^
foo.cc:23:14: warning: unused variable 'ws' [-Wunused-variable]
   23 |         char ws[100001];
      |              ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1057 OO11-9 set与单词统计
语言
C++
递交时间
2023-06-20 10:39:36
评测时间
2023-06-20 10:39:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes