记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:9: error: 'strlen' was not declared in this scope
    9 |     len=strlen(ch);
      |         ^~~~~~
/in/foo.cc:2:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
    1 | #include<iostream>
  +++ |+#include <cstring>
    2 | #include<string>
/in/foo.cc:19:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
   19 | int main() {
      |         ^~
/in/foo.cc:19:9: note: remove parentheses to default-initialize a variable
   19 | int main() {
      |         ^~
      |         --
/in/foo.cc:19:9: note: or replace parentheses with braces to value-initialize a variable
/in/foo.cc:19:12: error: a function-definition is not allowed here before '{' token
   19 | int main() {
      |            ^
/in/foo.cc:33:2: error: expected '}' at end of input
   33 | }
      |  ^
/in/foo.cc:5:1: note: to match this '{'
    5 | {
      | ^

信息

递交者
类型
递交
题目
P1091 xf2-4说能过那都是假的
比赛
2025年春 南师大《程序设计与竞赛》作业赛第四场
语言
C++
递交时间
2025-03-29 20:04:16
评测时间
2025-03-29 20:04:16
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes