记录详情

Compile Error

/in/foo.cc:4:15: error: 'string' was not declared in this scope
 int FindCount(string &s, string &t)
               ^~~~~~
/in/foo.cc:4:23: error: 's' was not declared in this scope
 int FindCount(string &s, string &t)
                       ^
/in/foo.cc:4:26: error: 'string' was not declared in this scope
 int FindCount(string &s, string &t)
                          ^~~~~~
/in/foo.cc:4:34: error: 't' was not declared in this scope
 int FindCount(string &s, string &t)
                                  ^
/in/foo.cc:4:35: error: expression list treated as compound expression in initializer [-fpermissive]
 int FindCount(string &s, string &t)
                                   ^

信息

递交者
类型
递交
比赛
泰院2405作业赛第七场
语言
C++
递交时间
2024-12-03 08:06:22
评测时间
2024-12-03 08:06:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes